Chromium Code Reviews| Index: tests/html/indexeddb_3_test.dart |
| diff --git a/tests/html/indexeddb_3_test.dart b/tests/html/indexeddb_3_test.dart |
| index 7b0b36c3936a1fe1ee79f5d1fd1d94d85f765345..5ed83eaac6f20ef8f39bf9964af72ef2f3d81785 100644 |
| --- a/tests/html/indexeddb_3_test.dart |
| +++ b/tests/html/indexeddb_3_test.dart |
| @@ -7,7 +7,7 @@ import 'dart:indexed_db'; |
| // Read with cursor. |
| -const String DB_NAME = 'Test'; |
| +const String DB_NAME = 'Test3'; |
| const String STORE_NAME = 'TEST'; |
| const int VERSION = 1; |