Add order to tasks and lists
This commit is contained in:
@@ -33,7 +33,7 @@ func TestAjaxStorageListLists(t *testing.T) {
|
||||
|
||||
if results, err := ajax.storageListLists(); err != nil {
|
||||
t.Error(err)
|
||||
} else if len(results) != 3 {
|
||||
} else if len(results) < 3 {
|
||||
t.Error(results)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user