Skip to content

Commit

Permalink
BAARC-9: Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Nov 21, 2023
1 parent 546d51e commit a269117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamorph/store/dynamodb/dynamodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func NewDynamoDBIntegrationTestRepo(t *testing.T) (*DynamoDB, *dynamodb.Client)
})
require.NoError(t, err)

repo, err := New(client, hostname, time.Hour*1)
repo, err := New(client, hostname, 1*time.Hour)
require.NoError(t, err)

tables, err := client.ListTables(context.Background(), &dynamodb.ListTablesInput{})
Expand Down

0 comments on commit a269117

Please sign in to comment.