Test: cluster/node.go and controller.go

This commit is contained in:
HFO4
2021-11-15 20:30:25 +08:00
parent 416f4c1dd2
commit 6c9967b120
7 changed files with 415 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ func TestDummyAria2(t *testing.T) {
a.Error(err)
configRes := d.GetConfig()
a.NotEmpty(configRes)
a.NotNil(configRes)
err = d.DeleteTempFile(&model.Download{})
a.Error(err)