mirror of https://github.com/dirtbags/moth.git
Fix file deletion strategy
This commit is contained in:
parent
b01a500189
commit
e5b6bf487a
|
@ -633,7 +633,7 @@ func TestStateDeleteTeamIDList(t *testing.T) {
|
||||||
s := NewTestState()
|
s := NewTestState()
|
||||||
s.refresh()
|
s.refresh()
|
||||||
|
|
||||||
afero.Remove(s, "teamids.txt")
|
s.Fs.Remove("teamids.txt")
|
||||||
|
|
||||||
teamIDs, err := s.TeamIDs()
|
teamIDs, err := s.TeamIDs()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue