| Index: tests/html/indexeddb_2_test.dart
|
| diff --git a/tests/html/indexeddb_2_test.dart b/tests/html/indexeddb_2_test.dart
|
| index 8faf23dd1ee2f1cdcb9bcc49703322d81b64abe8..9a9feac3e08adfe28309495c3870b48672454f4f 100644
|
| --- a/tests/html/indexeddb_2_test.dart
|
| +++ b/tests/html/indexeddb_2_test.dart
|
| @@ -9,7 +9,7 @@ import 'utils.dart';
|
|
|
| // Write and re-read Maps: simple Maps; Maps with DAGs; Maps with cycles.
|
|
|
| -const String DB_NAME = 'Test';
|
| +const String DB_NAME = 'Test2';
|
| const String STORE_NAME = 'TEST';
|
| const int VERSION = 1;
|
|
|
|
|