Commit dc082d8f authored by Cromefire_'s avatar Cromefire_

Fixed Gradle Groovy DSL unittest

parent 4bdeae68
......@@ -250,8 +250,8 @@ describe('Getters PackageDetails Store', () => {
setupState();
expect(gradleGroovyAddSourceCommand(state)).toMatchInlineSnapshot(`
"gitlab {
url \\"foo/registry\\"
"maven {
url 'foo/registry'
}"
`);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment