| Index: tests/dom/indexeddb_4_test.dart
|
| diff --git a/tests/dom/indexeddb_4_test.dart b/tests/dom/indexeddb_4_test.dart
|
| index 0f66ea3759d94496d20f7dd8dfca962cae0aa0d9..ba2d2fdc3a1ac50368a335c9ab23e884187dd688 100644
|
| --- a/tests/dom/indexeddb_4_test.dart
|
| +++ b/tests/dom/indexeddb_4_test.dart
|
| @@ -67,7 +67,7 @@ class Test {
|
| if (firstKey == null) firstKey = cursor.key;
|
| lastKey = cursor.key;
|
| itemCount += 1;
|
| - Expect.equals('Item ${cursor.key}', cursor.value);
|
| + Expect.equals('Item ${cursor.key.toStringAsFixed(0)}', cursor.value);
|
| cursor.continueFunction();
|
| } else {
|
| // Done
|
|
|