Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 21, 2024
1 parent 597a503 commit a420dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/TestLanguagePipeline.hs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ testLanguagePipeline =
, testGroup
"json encoding"
[ testCase "simple expr" (roundTripTerm "42 + 43")
, testCase "module def" (roundTripTerm "def x = 41 end;\ndef y = 42 end")
, testCase "module def" (roundTripTerm "def x = 41 end\n\ndef y = 42 end")
]
, testGroup
"atomic - #479"
Expand Down

0 comments on commit a420dd3

Please sign in to comment.