mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Merge branch '0.10.x'
Closes gh-1195
This commit is contained in:
@@ -82,7 +82,7 @@ public class GroovyDslGradleBuildAssert extends AbstractTextAssert<GroovyDslGrad
|
||||
* @return {@code this} assertion object
|
||||
*/
|
||||
public GroovyDslGradleBuildAssert hasProperty(String name, String value) {
|
||||
return contains(String.format("%s = '%s", name, value));
|
||||
return contains(String.format("%s = '%s'", name, value));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user