Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiwa-tiyemba committed Apr 18, 2024
1 parent af22d39 commit 2e925e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BuildSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BuildSpec extends AnyWordSpec with Matchers {
"produce static files" in {
val result = "bundle install" #&& Process("bundle exec middleman build --build-dir=public/ --clean", None) !

result shouldBe 1
result shouldBe 0
}
}
}

0 comments on commit 2e925e7

Please sign in to comment.