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 14c2ad7 commit b2cf8d6Copy full SHA for b2cf8d6
pkg/testcoverage/path/path_test.go
@@ -30,7 +30,7 @@ func Test_NormalizePathInRegex_NoWin(t *testing.T) {
30
31
for _, tc := range tests {
32
output := NormalizePathInRegex(tc.input)
33
- assert.Equal(t, tc.input, output)
+ assert.Equal(t, tc.output, output)
34
}
35
36
@@ -50,6 +50,6 @@ func Test_NormalizePathInRegex_Win(t *testing.T) {
50
51
52
53
54
55
0 commit comments