Skip to content

Commit edc9744

Browse files
authored
Formatting
Signed-off-by: Zeynel <[email protected]>
1 parent 712a531 commit edc9744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

state/aws/dynamodb/dynamodb_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ func TestParseTTLWithDefault(t *testing.T) {
10471047
ttl, err := s.parseTTL(req)
10481048
require.NoError(t, err)
10491049
require.NotNil(t, ttl)
1050-
10511050
// Should use default value (600)
10521051
expectedTime := time.Now().Unix() + 600
10531052
assert.InDelta(t, expectedTime, *ttl, 2) // Allow 2 second tolerance

0 commit comments

Comments
 (0)