Skip to content

Commit 78dc106

Browse files
committed
fix(bigtable): remove test code
1 parent c9b5c2e commit 78dc106

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bigtable/integration_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ func cleanup(c IntegrationTestConfig) error {
133133
}
134134
uT := time.Unix(t, 0)
135135
sevenDays := time.Hour * 24 * 7
136-
sevenDays = time.Second * 60
137136
if time.Now().After(uT.Add(sevenDays)) {
138137
// delete an instance older than 7 days
139138
iac.DeleteInstance(ctx, info.Name)

0 commit comments

Comments
 (0)