Chromium Code Reviews| Index: tests/isolate/mint_maker_test.dart |
| =================================================================== |
| --- tests/isolate/mint_maker_test.dart (revision 8345) |
| +++ tests/isolate/mint_maker_test.dart (working copy) |
| @@ -191,7 +191,7 @@ |
| _checkBalance(PurseWrapper wrapper, expected) { |
| wrapper.queryBalance(expectAsync1((int balance) { |
| - expect(balance).equals(expected); |
| + expect(balance, equals(expected)); |
| })); |
| } |