Skip to content

Commit

Permalink
return the test to normal condition
Browse files Browse the repository at this point in the history
  • Loading branch information
adibrastegarnia committed Sep 2, 2020
1 parent e4d07ab commit a3e1b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gnmi/subscribetest.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (s *TestSuite) TestSubscribeOnce(t *testing.T) {
err = subC.Subscribe(gnmi.MakeContext(), *q, "gnmi")
defer subC.Close()
assert.NoError(t, err)
//gnmi.DeleteSimulator(t, simulator)
gnmi.DeleteSimulator(t, simulator)
}

// TestSubscribe tests a stream subscription to updates to a device
Expand Down

0 comments on commit a3e1b1e

Please sign in to comment.