Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouzomgi committed Aug 31, 2023
1 parent 02e1174 commit 256a5dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ object EvaluatorMDMTests extends MorphirBaseSpec {
))
),
suite("Lists")(
testEvaluation("Empty")("listTests", "listEmptyTest")(Data.List(List(), Concept.Int32)),
testEvaluation("Single")("listTests", "listSingleTest")(Data.List(Data.Int(0))),
testEvaluation("Several")("listTests", "listSeveralTest")(Data.List(
Data.Int(0),
Expand Down

0 comments on commit 256a5dd

Please sign in to comment.