This commit is contained in:
Fraser Waters 2021-11-05 18:44:10 +00:00
parent 82222cc19e
commit 1db1ab5137

View file

@ -2986,3 +2986,6 @@ func TestPropertySetChange(t *testing.T) {
assert.NotNil(t, snap)
assert.NotNil(t, res)
}
// Test that if we expect a create but end up doing a same that's ok
// Likewise if we expect a delete but its already gone, that's ok