Allow to decide which tasks are going to be executed per playground (#218)
This commit is contained in:
committed by
Marcos Nils
parent
f22bf1b3da
commit
95e4aaa5f7
@@ -707,5 +707,6 @@ func TestPlaygroundGetAll(t *testing.T) {
|
||||
|
||||
found, err := storage.PlaygroundGetAll()
|
||||
assert.Nil(t, err)
|
||||
assert.Equal(t, []*types.Playground{p1, p2}, found)
|
||||
assert.Subset(t, []*types.Playground{p1, p2}, found)
|
||||
assert.Len(t, found, 2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user