Skip to content

Commit 6e60b2f

Browse files
author
Zef Hemel
committed
Switch to testing minute from hour
1 parent d90f878 commit 6e60b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/backend/stream/client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ func TestFindTimestamp(t *testing.T) {
1818
if msg.Timestamp.Day() != 4 {
1919
t.Error("Wrong day", msg.Timestamp.Day())
2020
}
21-
if msg.Timestamp.Hour() != 11 {
22-
t.Error("Wrong hour", msg.Timestamp.Hour())
21+
if msg.Timestamp.Minute() != 16 {
22+
t.Error("Wrong minute", msg.Timestamp.Minute())
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)