newline
This commit is contained in:
parent
10e7d6df6d
commit
66fa6a67ec
|
@ -891,6 +891,7 @@ func TestClientEndpoint_UpdateDrain(t *testing.T) {
|
||||||
|
|
||||||
// Check for the node in the FSM
|
// Check for the node in the FSM
|
||||||
state := s1.fsm.State()
|
state := s1.fsm.State()
|
||||||
|
|
||||||
ws := memdb.NewWatchSet()
|
ws := memdb.NewWatchSet()
|
||||||
out, err := state.NodeByID(ws, node.ID)
|
out, err := state.NodeByID(ws, node.ID)
|
||||||
require.Nil(err)
|
require.Nil(err)
|
||||||
|
|
Loading…
Reference in New Issue