Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Bolos committed Nov 10, 2016
1 parent 0082a16 commit 0bd326a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ class FindbugsIntegrationTest {
maxErrors = 0
maxWarnings = 1
}''')
.withFindbugs('findbugs { effort = \'max\' \n reportLevel = \'low\'}')
.withFindbugs("findbugs { effort = 'max' \n reportLevel = 'low'}")
.buildAndFail('check')

assertThat(result.logs).containsLimitExceeded(0, 2)
Expand Down

0 comments on commit 0bd326a

Please sign in to comment.