Skip to content

Commit

Permalink
test for type capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed Sep 1, 2024
1 parent c46ca1e commit 2aa9618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pattern.elm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ suite =
)
, Elm.Case.branch
(Arg.tuple
(Arg.customType "Just" identity
(Arg.customType "just" identity
|> Arg.item (Arg.var "left")
)
(Arg.customType "Just" identity
Expand Down

0 comments on commit 2aa9618

Please sign in to comment.