You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given [NaN]
Two lists were unequal previously, yet ended up equal later.This should never happen!Please report this bug to https://github.com/elm-community/elm-test/issues - and include these lists:
NaN
NaN
nan =0/0test1 =Test.test "NaN"<|\_ ->Expect.equalLists [ nan ][ nan ]
NaN strikes again:
See #216 for some ideas how to fix.
The text was updated successfully, but these errors were encountered: