mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +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,
|
||||
List<String>.from(usedSerials),
|
||||
firoNetwork,
|
||||
"walletId",
|
||||
);
|
||||
const currentHeight = 100000000000;
|
||||
|
||||
|
@ -133,6 +134,7 @@ void main() {
|
|||
setData,
|
||||
List<String>.from(usedSerials),
|
||||
firoNetwork,
|
||||
"walletId",
|
||||
),
|
||||
throwsA(isA<Error>()));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue