Skip to content

Commit

Permalink
Fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Nov 9, 2023
1 parent cdb8066 commit 337eb90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class FunctionalTests extends BuilderBasedTestSpecification {
def run = project.run { it.tasks('build') }

then:
run.output.output.contains('BUILD SUCCESSFUL')
run.output.contains('BUILD SUCCESSFUL')
}

def "the userdev runtime by default supports the build cache"() {
Expand Down

0 comments on commit 337eb90

Please sign in to comment.