Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jun 15, 2024
1 parent 6f9c5c0 commit ceb3d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/bloop/test/src/mill/contrib/bloop/BloopTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ object BloopTests extends TestSuite {
testEvaluator(testBloop.install())
val bloopDir = workdir / ".bloop"
val files = os.list(bloopDir)
val size = (if (isWin) 5 else 6)
val size = (if (isWin) 6 else 7)
assert(files.size == size)
os.remove.all(bloopDir)
testEvaluator(testBloop.install())
Expand Down

0 comments on commit ceb3d34

Please sign in to comment.