Commit 94cd86f3 authored by Lang Martin's avatar Lang Martin
Browse files

drainer watch_nodes_test batch of 1

Showing with 1 addition and 1 deletion
+1 -1
......@@ -126,7 +126,7 @@ func TestNodeDrainWatcher_Remove_Nonexistent(t *testing.T) {
require.Equal(n, tracked[n.ID])
// Delete the node
require.Nil(state.DeleteNode(101, n.ID))
require.Nil(state.DeleteNode(101, []string{n.ID}))
testutil.WaitForResult(func() (bool, error) {
return len(m.events()) == 2, nil
}, func(err error) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment