fix comment

This commit is contained in:
Alex Dadgar 2018-03-14 16:38:19 -07:00 committed by Michael Schurter
parent fb4badf1bc
commit 9d23c965da
1 changed files with 1 additions and 1 deletions

View File

@ -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)