Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Apr 24, 2024
1 parent 744e050 commit 5810d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/TestModelOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class TestModelOps extends munit.FunSuite:
Req("c") has Prio(4),
Req("d") has Prio(1),
Req("e") has Prio(7),
)
),
)

assert(m.entsOrderedBy(Rank) == Vector(Req("d"), Req("a"), Req("b"), Req("c"), Req("e")))
Expand Down

0 comments on commit 5810d49

Please sign in to comment.