Skip to content

Commit 6d5aff7

Browse files
committed
Unit tests
Signed-off-by: Zeynel Koca <[email protected]>
1 parent ff16511 commit 6d5aff7

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
@@ -1027,7 +1027,6 @@ func TestParseTTLWithDefault(t *testing.T) {
10271027
ttl, err := s.parseTTL(req)
10281028
require.NoError(t, err)
10291029
require.NotNil(t, ttl)
1030-
10311030
// Should use explicit value (300), not default (600)
10321031
expectedTime := time.Now().Unix() + 300
10331032
assert.InDelta(t, expectedTime, *ttl, 2) // Allow 2 second tolerance

0 commit comments

Comments
 (0)