fix: failed UT

This commit is contained in:
HFO4
2022-10-15 09:55:44 +08:00
parent 560097145b
commit 56fa01ed61
2 changed files with 2 additions and 13 deletions

View File

@@ -19,14 +19,3 @@ func TestSlaveTransferReq_Hash(t *testing.T) {
}
a.NotEqual(s1.Hash("1"), s2.Hash("1"))
}
func TestSlaveRecycleReq_Hash(t *testing.T) {
a := assert.New(t)
s1 := &SlaveRecycleReq{
Path: "1",
}
s2 := &SlaveRecycleReq{
Path: "2",
}
a.NotEqual(s1.Hash("1"), s2.Hash("1"))
}