v0.0.590 more rfctime equal fixes for chris
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m34s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m34s
This commit is contained in:
@@ -41,7 +41,7 @@ func TestRoundtrip(t *testing.T) {
|
||||
|
||||
tst.AssertEqual(t, string(jstr1), string(jstr2))
|
||||
|
||||
if !w1.Value.Equal(&w2.Value) {
|
||||
if !w1.Value.EqualAny(&w2.Value) {
|
||||
t.Errorf("time differs")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user