fix path for github actions

This commit is contained in:
Ajitem Sahasrabuddhe 2020-01-13 11:22:47 +05:30
parent 300b9985aa
commit e02ef3d3c0

View File

@ -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"))
}