Skip to content

Commit d3a0c63

Browse files
remove comments from client_test
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent 9b3de39 commit d3a0c63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/client/client_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ func TestModandLockFilesWithGitPackageDownload(t *testing.T) {
217217
modContentStr := string(modContent)
218218
modExpectContentStr := string(modExpectContent)
219219

220-
// Clean and normalize both strings
221220
for _, str := range []*string{&modContentStr, &modExpectContentStr} {
222221
*str = strings.ReplaceAll(*str, " ", "")
223222
*str = strings.ReplaceAll(*str, "\r\n", "")

0 commit comments

Comments
 (0)