Skip to content

Commit

Permalink
remove comments from client_test
Browse files Browse the repository at this point in the history
Signed-off-by: Asish Kumar <[email protected]>
  • Loading branch information
officialasishkumar committed Aug 20, 2024
1 parent 9b3de39 commit d3a0c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ func TestModandLockFilesWithGitPackageDownload(t *testing.T) {
modContentStr := string(modContent)
modExpectContentStr := string(modExpectContent)

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

0 comments on commit d3a0c63

Please sign in to comment.