Skip to content

Commit 0d8d693

Browse files
committed
db test: Add missing after.close call
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 60cbc0b commit 0d8d693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/model/database_test.dart

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ void main() {
137137
...accountV1.toJson(),
138138
'ackedPushToken': null,
139139
});
140+
await after.close();
140141
});
141142
});
142143
}

0 commit comments

Comments
 (0)