This commit is contained in:
julian 2023-07-25 10:39:23 -06:00
parent 140f1468f9
commit a0b42226f1

View file

@ -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>()));
}); });