mirror of https://github.com/AMT-Cheif/drift.git
Fix typo
This commit is contained in:
parent
525ab27006
commit
524a35fe11
|
@ -129,7 +129,7 @@ void main() {
|
||||||
|
|
||||||
await Isolate.spawn(_createBackground, spawned.sendPort,
|
await Isolate.spawn(_createBackground, spawned.sendPort,
|
||||||
onExit: done.sendPort);
|
onExit: done.sendPort);
|
||||||
// The isolate shold eventually exit!
|
// The isolate should eventually exit!
|
||||||
expect(done.first, completion(anything));
|
expect(done.first, completion(anything));
|
||||||
|
|
||||||
final drift = await spawned.first as DriftIsolate;
|
final drift = await spawned.first as DriftIsolate;
|
||||||
|
@ -142,7 +142,7 @@ void main() {
|
||||||
|
|
||||||
await Isolate.spawn(_createBackground, spawned.sendPort,
|
await Isolate.spawn(_createBackground, spawned.sendPort,
|
||||||
onExit: done.sendPort);
|
onExit: done.sendPort);
|
||||||
// The isolate shold eventually exit!
|
// The isolate should eventually exit!
|
||||||
expect(done.first, completion(anything));
|
expect(done.first, completion(anything));
|
||||||
|
|
||||||
final drift = await spawned.first as DriftIsolate;
|
final drift = await spawned.first as DriftIsolate;
|
||||||
|
|
Loading…
Reference in New Issue