Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Mar 13, 2024
1 parent 04fac12 commit 8cd4d1a
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 @@ -280,7 +280,7 @@ class AppTest extends Specification {
new CommandLine(app).parseArgs(args)
then:
app.@label[0] == "key1=value1"
app.@label[1] == "key 2=value2"
app.@label[1] == "key2=value2"

when:
def request = app.createRequest()
Expand Down

0 comments on commit 8cd4d1a

Please sign in to comment.