Add missing call to shutdownAll in test case

This commit is contained in:
Simon Binder 2019-12-21 18:10:55 +01:00
parent 8987da453b
commit 1f0ede967b
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ void main() {
await receiveDone.first;
writer.kill();
await expectation;
await moorIsolate.shutdownAll();
});
}