Skip to content

Commit

Permalink
fix(test): fix dynamo unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <[email protected]>
  • Loading branch information
sicoyle committed Nov 13, 2024
1 parent f80c594 commit 29ae9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state/aws/dynamodb/dynamodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ func TestSet(t *testing.T) {
s := StateStore{
authProvider: mockAuthProvider,
ttlAttributeName: "testAttributeName",
partitionKey: defaultPartitionKeyName,
}

req := &state.SetRequest{
Expand Down

0 comments on commit 29ae9f0

Please sign in to comment.