Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Feb 6, 2024
1 parent e6d5750 commit 6626eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/testint/tables_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func TestInt_Table(t *testing.T) {

// ensure that time travel is allowed (and revert if needed after the test)
revertParameter := updateAccountParameterTemporarily(t, client, sdk.AccountParameterDataRetentionTimeInDays, "1")
defer revertParameter()
t.Cleanup(revertParameter)

err := client.Tables.CreateClone(ctx, request)
require.NoError(t, err)
Expand Down

0 comments on commit 6626eaf

Please sign in to comment.