Skip to content

Commit

Permalink
OOPS: Remove 'only' from generator acc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 24, 2024
1 parent f2a8e38 commit 1a83a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class GeneratorAcceptanceTests extends munit.FunSuite {
override def beforeAll(): Unit = cleanUp()
override def beforeEach(context: BeforeEach): Unit = cleanUp()

test("Can generate font bitmap and FontInfo from TTF file".only) {
test("Can generate font bitmap and FontInfo from TTF file") {

os.makeDir.all(targetDir / Generators.OutputDirName / "images")

Expand Down

0 comments on commit 1a83a96

Please sign in to comment.