Skip to content

Commit

Permalink
Update modules/build/src/test/scala/scala/build/tests/SourcesTests.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Romanowski <romanowski.kr@gmail.com>
  • Loading branch information
Kasper Kondzielski and romanowski authored Feb 10, 2022
1 parent 8558052 commit 06f9bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class SourcesTests extends munit.FunSuite {
}
}

test("should fail dependencies in .java - //> using") {
test("should fail dependencies in .java with using keyword") {
val testInputs = TestInputs(
os.rel / "Something.java" ->
"""using lib "org3:::name3:3.3"
Expand Down

0 comments on commit 06f9bcf

Please sign in to comment.