Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyju committed Oct 8, 2024
1 parent 0653718 commit 116bc5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/scala/model/board/BitArrayTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package model.board

import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should.Matchers
import model.misc.BitArray

def binaryStringToLong(binary: String): Option[Long] = {
if (binary.length == 64 && binary.forall(c => c == '0' || c == '1')) {
Expand Down

0 comments on commit 116bc5f

Please sign in to comment.