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:
parent
10f3a4d4be
commit
c8dd655e36
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue