re run
This commit is contained in:
parent
7f3549f2af
commit
ecc6e5eb8b
@ -721,23 +721,3 @@ func (suite *PathUnitSuite) TestArePathsEquivalent() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (suite *PathUnitSuite) Test_Stuff() {
|
|
||||||
t := suite.T()
|
|
||||||
|
|
||||||
tests := []struct {
|
|
||||||
name string
|
|
||||||
path1 string
|
|
||||||
path2 string
|
|
||||||
}{
|
|
||||||
{
|
|
||||||
name: "same linux normal path",
|
|
||||||
path1: "/path/to/dir",
|
|
||||||
path2: "/path/to/dir",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, test := range tests {
|
|
||||||
assert.Equal(t, test.path1, test.path2)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user