Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-dev committed Nov 20, 2023
1 parent f7f3812 commit 3cf0b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transact_items_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestTransactItems(t *testing.T) {
},
newItems: []Terminal{},
operations: []types.TransactWriteItem{
table.WithPutItem("terminal1", "merchant2", Terminal{
table.WithPutItem("terminal1", "merchant1", Terminal{
Id: "1",
Pk: "terminal1",
Sk: "merchant1",
Expand Down

0 comments on commit 3cf0b33

Please sign in to comment.