Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <hrma017@gmail.com>
  • Loading branch information
munishchouhan committed Apr 10, 2024
1 parent 07e281d commit 2047324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/groovy/io/seqera/wave/cli/AppTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,6 @@ class AppTest extends Specification {
app.validateArgs()
then:
def e = thrown(IllegalCliArgumentException)
e.message == '--awaitTimeout option is only allowed when --await option is user'
e.message == '--awaitTimeout option is only allowed when --await option is used'
}
}

0 comments on commit 2047324

Please sign in to comment.