We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3de39 commit d3a0c63Copy full SHA for d3a0c63
pkg/client/client_test.go
@@ -217,7 +217,6 @@ func TestModandLockFilesWithGitPackageDownload(t *testing.T) {
217
modContentStr := string(modContent)
218
modExpectContentStr := string(modExpectContent)
219
220
- // Clean and normalize both strings
221
for _, str := range []*string{&modContentStr, &modExpectContentStr} {
222
*str = strings.ReplaceAll(*str, " ", "")
223
*str = strings.ReplaceAll(*str, "\r\n", "")
0 commit comments