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 b4d155e commit e0cf2ecCopy full SHA for e0cf2ec
clients/postgres/clients_test.go
@@ -827,7 +827,7 @@ func TestRetrieveAll(t *testing.T) {
827
"department": namegen.Generate(),
828
},
829
Status: clients.EnabledStatus,
830
- CreatedAt: time.Now().UTC().Truncate(time.Microsecond),
+ CreatedAt: time.Now().UTC(),
831
}
832
if i%50 == 0 {
833
client.Status = clients.DisabledStatus
0 commit comments