Skip to content

Commit e0cf2ec

Browse files
committed
ci: fix clients tests
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
1 parent b4d155e commit e0cf2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/postgres/clients_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ func TestRetrieveAll(t *testing.T) {
827827
"department": namegen.Generate(),
828828
},
829829
Status: clients.EnabledStatus,
830-
CreatedAt: time.Now().UTC().Truncate(time.Microsecond),
830+
CreatedAt: time.Now().UTC(),
831831
}
832832
if i%50 == 0 {
833833
client.Status = clients.DisabledStatus

0 commit comments

Comments
 (0)