Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 3, 2024
1 parent ef73889 commit 6693a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/feature/assembly/test/src/AssemblyTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ object AssemblyTests extends IntegrationTestSuite {
}
test("exe") {
test("small") {
checkAssembly(Seq("noExe", "small"), checkExe = true)
checkAssembly(Seq("exe", "small"), checkExe = true)
}
test("large") {
checkAssembly(Seq("noExe", "large"), checkExe = true)
checkAssembly(Seq("exe", "large"), checkExe = true)
}
}
}
Expand Down

0 comments on commit 6693a8a

Please sign in to comment.