Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Feb 20, 2024
1 parent 36a9ab8 commit d8ba813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/scala/StatusTest.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package shogi

class StatusTest extends ShogiTest {
"Status id" should {
"be unique" in {
Status.all.length must_== Status.all.map(_.id).toSet.size
}
"Status id" should {
"be unique" in {
Status.all.length must_== Status.all.map(_.id).toSet.size
}
}
}

0 comments on commit d8ba813

Please sign in to comment.