1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

internal/api/atomicasset_test.go: minor style fix.

This commit is contained in:
Henrik Hautakoski 2023-05-10 07:03:49 +02:00
parent 10f3a4d4be
commit c8dd655e36
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -227,7 +227,7 @@ func TestAtomicAsset_InFutureDown(t *testing.T) {
}))
api := NewAtomicAsset(srv.URL, "", 120)
api.SetTime(time.Date(2002, 12, 29, 0, 45, 0o3, 500*int(time.Millisecond), time.UTC))
api.SetTime(time.Date(2002, 12, 29, 0, 45, 3, 500*int(time.Millisecond), time.UTC))
check, status := api.Call(context.Background())