We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baa343 commit 396e5e9Copy full SHA for 396e5e9
coderd/database/querier_test.go
@@ -400,7 +400,7 @@ func TestUserLastSeenFilter(t *testing.T) {
400
require.NoError(t, err)
401
db := database.New(sqlDB)
402
ctx := context.Background()
403
- now := time.Now()
+ now := database.Now()
404
405
yesterday := dbgen.User(t, db, database.User{
406
LastSeenAt: now.Add(time.Hour * -25),
0 commit comments