Skip to content

Commit afcec38

Browse files
committed
Apply suggestion
1 parent 7a3f6d7 commit afcec38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/integration-test/java/com/scalar/db/storage/dynamo/DynamoAdminPermissionIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ public void renameColumn_WithSufficientPermission_ShouldSucceed() {}
7272

7373
@Test
7474
@Override
75-
@Disabled("DynamoDB does not support renaming columns")
75+
@Disabled("DynamoDB does not support renaming tables")
7676
public void renameTable_WithSufficientPermission_ShouldSucceed() {}
7777
}

0 commit comments

Comments
 (0)