Skip to content

Commit

Permalink
Update Coursier test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Feb 25, 2024
1 parent d585363 commit 7324f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CoursierScalaTests:

def emptyArgsEqualsRepl() =
val output = CoursierScalaTests.csScalaCmd()
assertTrue(output.mkString("\n").contains("Unable to create a system terminal")) // Scala attempted to create REPL so we can assume it is working
assertTrue(output.mkString("\n").contains("Unable to create a terminal")) // Scala attempted to create REPL so we can assume it is working
emptyArgsEqualsRepl()

def run() =
Expand Down

0 comments on commit 7324f4b

Please sign in to comment.