Skip to content

Commit debaf5a

Browse files
auto commit
1 parent e952d00 commit debaf5a

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/plaintext/createsimpletable.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

Examples/runtimes/go/migration/PlaintextToAWSDBE/plaintext/step0_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestMigrationStep0(t *testing.T) {
4141
utils.AssertErrorMessage(err, "partition_key is not a string attribute")
4242

4343
// Cleanup
44-
for _, sortKey := range sortKeys[:3] { // Only clean up items we created
44+
for _, sortKey := range sortKeys { // Only clean up items we created
4545
utils.DeleteItem(tableName, "partition_key", partitionKey, "sort_key", sortKey)
4646
}
4747
}

0 commit comments

Comments
 (0)