Skip to content

Commit 209766a

Browse files
committed
Fix schema manager
1 parent 4789644 commit 209766a

File tree

1 file changed

+1
-1
lines changed
  • transport/transport-runtime/src/test/java/com/google/android/datatransport/runtime/scheduling/persistence

1 file changed

+1
-1
lines changed

transport/transport-runtime/src/test/java/com/google/android/datatransport/runtime/scheduling/persistence/SQLiteEventStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private static SQLiteEventStore newStoreWithConfig(Clock clock, EventStoreConfig
6464
EventStoreModule.CREATE_EVENT_METADATA_SQL_V1,
6565
EventStoreModule.CREATE_CONTEXTS_SQL_V1,
6666
EventStoreModule.CREATE_EVENT_BACKEND_INDEX_V1,
67-
EventStoreModule.CREATE_CONTEXTS_SQL_V1)));
67+
EventStoreModule.CREATE_CONTEXT_BACKEND_PRIORITY_INDEX_V1 )));
6868
}
6969

7070
@Test

0 commit comments

Comments
 (0)