mirror of https://github.com/AMT-Cheif/drift.git
Add missing call to shutdownAll in test case
This commit is contained in:
parent
8987da453b
commit
1f0ede967b
|
@ -57,6 +57,7 @@ void main() {
|
|||
await receiveDone.first;
|
||||
writer.kill();
|
||||
await expectation;
|
||||
await moorIsolate.shutdownAll();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue