Skip to content

Commit 9c6ec78

Browse files
committed
Match profiles V2 test table name in Java and configuration
1 parent 1e3b2c8 commit 9c6ec78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/src/test/java/org/whispersystems/textsecuregcm/storage/DynamoDbExtensionSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public enum Tables implements DynamoDbExtension.TableSchema {
258258
.build()),
259259
List.of(), List.of()),
260260

261-
PROFILES_V2("profiles_v2_test",
261+
PROFILES_V2("profilesV2_test",
262262
ProfilesV2.KEY_ACCOUNT_UUID,
263263
ProfilesV2.KEY_VERSION,
264264
List.of(

0 commit comments

Comments
 (0)