mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-05-03 19:32:40 +00:00
fix test
This commit is contained in:
parent
140f1468f9
commit
a0b42226f1
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ void main() {
|
||||||
setData,
|
setData,
|
||||||
List<String>.from(usedSerials),
|
List<String>.from(usedSerials),
|
||||||
firoNetwork,
|
firoNetwork,
|
||||||
|
"walletId",
|
||||||
);
|
);
|
||||||
const currentHeight = 100000000000;
|
const currentHeight = 100000000000;
|
||||||
|
|
||||||
|
@ -133,6 +134,7 @@ void main() {
|
||||||
setData,
|
setData,
|
||||||
List<String>.from(usedSerials),
|
List<String>.from(usedSerials),
|
||||||
firoNetwork,
|
firoNetwork,
|
||||||
|
"walletId",
|
||||||
),
|
),
|
||||||
throwsA(isA<Error>()));
|
throwsA(isA<Error>()));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue