Skip to content

Commit

Permalink
remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Apr 19, 2024
1 parent 42d908d commit e0befe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynamodb/tests/compatibility.gsi.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ test "GlobalSecondaryIndex" {
// returns all items order by id desc
let ids = ["zuegksw", "pdkeruf", "dirnfhw", "azjekfw"];
for i in 0..ids.length {
let x = items.Items[i]["id"];
assert(items.Items[i]["id"] == ids[i]);
}

Expand Down

0 comments on commit e0befe0

Please sign in to comment.