mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
fix: adjust test to prevent timezone errors
This commit is contained in:
parent
03ebaa18c1
commit
b1c2519673
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ func TestListenActivity(t *testing.T) {
|
|||
(1, 1, NOW() - INTERVAL '2 months 1 day'),
|
||||
(1, 1, NOW() - INTERVAL '3 months 1 day'),
|
||||
(1, 2, NOW() - INTERVAL '1 month 1 day'),
|
||||
(1, 2, NOW() - INTERVAL '1 hour'),
|
||||
(1, 2, NOW() - INTERVAL '1 minute'),
|
||||
(1, 2, NOW() - INTERVAL '1 second'),
|
||||
(1, 2, NOW() - INTERVAL '2 seconds'),
|
||||
(1, 2, NOW() - INTERVAL '2 months 1 day')`)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue