Skip to content

Commit

Permalink
Add coverage for force stop
Browse files Browse the repository at this point in the history
  • Loading branch information
zbud-msft committed Jul 2, 2024
1 parent 985871a commit 191ce8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnmi_server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3419,7 +3419,7 @@ func TestClientConnections(t *testing.T) {
func TestConnectionDataSet(t *testing.T) {
s := createServer(t, 8081)
go runServer(t, s)
defer s.Stop()
defer s.ForceStop()

tests := []struct {
desc string
Expand Down

0 comments on commit 191ce8e

Please sign in to comment.