fix flutter/dart wasm

This commit is contained in:
Christien Rioux 2024-03-17 10:54:37 -04:00
parent 6a8c0830d2
commit 3970b6f294
11 changed files with 195 additions and 107 deletions

View file

@ -16,7 +16,7 @@ Future<void> testOpenDeleteTableDb() async {
final tdb = await Veilid.instance.openTableDB(testDb, 1);
try {
expect(() async => await Veilid.instance.deleteTableDB(testDb),
await expectLater(() async => await Veilid.instance.deleteTableDB(testDb),
throwsA(isA<VeilidAPIException>()));
} finally {
tdb.close();