Commit dc082d8f authored by Cromefire_'s avatar Cromefire_

Fixed Gradle Groovy DSL unittest

parent 4bdeae68
...@@ -250,8 +250,8 @@ describe('Getters PackageDetails Store', () => { ...@@ -250,8 +250,8 @@ describe('Getters PackageDetails Store', () => {
setupState(); setupState();
expect(gradleGroovyAddSourceCommand(state)).toMatchInlineSnapshot(` expect(gradleGroovyAddSourceCommand(state)).toMatchInlineSnapshot(`
"gitlab { "maven {
url \\"foo/registry\\" 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