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
I think I can fix this. Here is my proposal:
146| ascDescFuzzer =
147| Debug.todo ""
148| Fuzz.oneOf [ Fuzz.constant SQLite.Types.Asc, Fuzz.constant SQLite.Types.Desc ]
148|
The code could be simplified using Fuzz.oneOfValues
The text was updated successfully, but these errors were encountered:
The code could be simplified using
Fuzz.oneOfValues
The text was updated successfully, but these errors were encountered: