This commit is contained in:
GP4cK 2023-08-01 09:36:45 +08:00
parent 525ab27006
commit 524a35fe11
No known key found for this signature in database
GPG Key ID: BD08AED4E9499F5F
1 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ void main() {
await Isolate.spawn(_createBackground, spawned.sendPort,
onExit: done.sendPort);
// The isolate shold eventually exit!
// The isolate should eventually exit!
expect(done.first, completion(anything));
final drift = await spawned.first as DriftIsolate;
@ -142,7 +142,7 @@ void main() {
await Isolate.spawn(_createBackground, spawned.sendPort,
onExit: done.sendPort);
// The isolate shold eventually exit!
// The isolate should eventually exit!
expect(done.first, completion(anything));
final drift = await spawned.first as DriftIsolate;