From 1f0ede967b989ca912b17338a9eef743b71a97c5 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sat, 21 Dec 2019 18:10:55 +0100 Subject: [PATCH] Add missing call to shutdownAll in test case --- moor/test/isolate_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/moor/test/isolate_test.dart b/moor/test/isolate_test.dart index 706eae26..ee762c87 100644 --- a/moor/test/isolate_test.dart +++ b/moor/test/isolate_test.dart @@ -57,6 +57,7 @@ void main() { await receiveDone.first; writer.kill(); await expectation; + await moorIsolate.shutdownAll(); }); }