Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo committed Oct 6, 2024
1 parent 8cf3af3 commit 29d9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelapse/timelapse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestSecondsToSleepUntilOffset2(t *testing.T) {
}

func TestNoSleepTillBrooklyn(t *testing.T) {
tl := createTimelapseForTesting(t, 0)
tl := createTimelapseForTesting(0)
tl.Settings.SecondsBetweenCaptures = 1

before := time.Now().Unix()
Expand Down

0 comments on commit 29d9f91

Please sign in to comment.