fix path for github actions
This commit is contained in:
parent
300b9985aa
commit
e02ef3d3c0
@ -189,7 +189,7 @@ func TestPathApplyInputSourceMethodSet(t *testing.T) {
|
||||
|
||||
expected := "/path/to/source/hello"
|
||||
if runtime.GOOS == "windows" {
|
||||
expected = `C:\path\to\source\hello`
|
||||
expected = `D:\path\to\source\hello`
|
||||
}
|
||||
expect(t, expected, c.String("test"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user