We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac93711 commit a3abfa0Copy full SHA for a3abfa0
test/core/zone_spec.dart
@@ -250,7 +250,7 @@ void main() {
250
});
251
microLeap();
252
253
- expect(log.result()).toEqual('onTurnStart; run start; run end; future then; future ?; future ?; onTurnDone; onTurnStart future; onTurnDone future; onTurnDone');
+ expect(log.result()).toEqual('onTurnStart; run start; run end; onTurnStart future; future then; future ?; future ?; onTurnDone; onTurnStart; onTurnDone future; onTurnDone');
254
}));
255
256
0 commit comments