Skip to content

Commit

Permalink
chore: try remove \r
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Mar 21, 2024
1 parent 64e8aa8 commit b42d95e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/bgps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
)

func adjustForWindows(result string) string {
result = strings.ReplaceAll(result, "\r", "") // TODO: try removing
result = strings.ReplaceAll(result, "The system cannot find the path specified.", "no such file or directory")
return result
}
Expand Down

0 comments on commit b42d95e

Please sign in to comment.