mirror of https://github.com/cbeuw/Cloak
Fix test
This commit is contained in:
parent
acc0a1a2dd
commit
e508ade14b
|
|
@ -304,8 +304,8 @@ func TestLocalManager_UploadStatus(t *testing.T) {
|
|||
t.Error(err)
|
||||
}
|
||||
|
||||
if len(resps) != 1 {
|
||||
t.Fatal("expecting 1 response")
|
||||
if len(resps) == 0 {
|
||||
t.Fatal("expecting responses")
|
||||
}
|
||||
|
||||
resp := resps[0]
|
||||
|
|
|
|||
Loading…
Reference in New Issue