Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Manuele Simi <manuele.simi@gmail.com>
  • Loading branch information
manuelesimi committed Dec 11, 2021
1 parent d1d9da0 commit 96c3fd4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class GoogleLifeSciencesTaskHandlerTest extends GoogleSpecification {
then:
task.getConfig() >> new TaskConfig(containerOptions: [entrypoint:null])
and:
req.entryPoint == null
req.entryPoint == GoogleLifeSciencesConfig.DEFAULT_ENTRY_POINT

}

Expand Down Expand Up @@ -265,7 +265,7 @@ class GoogleLifeSciencesTaskHandlerTest extends GoogleSpecification {
then:
task.getConfig() >> new TaskConfig(containerOptions: [entrypoint:null])
and:
req.entryPoint == null
req.entryPoint == GoogleLifeSciencesConfig.DEFAULT_ENTRY_POINT

}

Expand Down

0 comments on commit 96c3fd4

Please sign in to comment.