Skip to content

Commit

Permalink
fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Nov 9, 2023
1 parent 9faf0a8 commit f4bf1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal_testsuites/golang/test_helpers/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ var (

// skip flaky tests period
skipFlakyTestStartDate = time.Date(2023, 11, 10, 0, 0, 0, 0, time.UTC)
oneWeekAfterStartDate = skipFlakyTestStartDate.AddDate(0, 0, 7*1)
oneWeekDays = 7
oneWeekAfterStartDate = skipFlakyTestStartDate.AddDate(0, 0, oneWeekDays)
)

var fileServerPortSpec = &kurtosis_core_rpc_api_bindings.Port{
Expand Down

0 comments on commit f4bf1a7

Please sign in to comment.