Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Aug 22, 2024
1 parent d1ebfe3 commit e080d8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/Morphir/Elm/FrontendTests.elm
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ valueTests =
)
, checkIR
(String.join "\n"
[ " let"
[ " "
, " let"
, " b : Int"
, " b = c"
, " a : Int"
Expand Down Expand Up @@ -574,7 +575,8 @@ valueTests =
)
, checkIR
(String.join "\n"
[ " let"
[ " "
, " let"
, " a : Int"
, " a = b"
, " b : Int"
Expand All @@ -593,7 +595,8 @@ valueTests =
(var "a")
, checkIR
(String.join "\n"
[ " let"
[ " "
, " let"
, " c : Int"
, " c = d"
, " a : Int"
Expand Down

0 comments on commit e080d8d

Please sign in to comment.