fix comment
This commit is contained in:
parent
fb4badf1bc
commit
9d23c965da
|
@ -311,7 +311,7 @@ func TestFSM_BatchUpdateNodeDrain(t *testing.T) {
|
|||
resp = fsm.Apply(makeLog(buf))
|
||||
require.Nil(resp)
|
||||
|
||||
// Verify we are NOT registered
|
||||
// Verify drain is set
|
||||
ws := memdb.NewWatchSet()
|
||||
node, err = fsm.State().NodeByID(ws, req.Node.ID)
|
||||
require.Nil(err)
|
||||
|
|
Loading…
Reference in New Issue