Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zbud-msft committed Jul 24, 2023
1 parent 7211fb6 commit 7da7b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnmi_server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3252,13 +3252,13 @@ func TestTableKeyOnDeletion(t *testing.T) {
wantNoti []client.Notification
} {
desc: "Testing deletion of NEIGH_STATE_TABLE:10.0.0.57",
q: createStateDbQueryOnChangeMode(t, "NEIGH_STATE_TABLE",
q: createStateDbQueryOnChangeMode(t, "NEIGH_STATE_TABLE"),
wantNoti: []client.Notification {
client.Connected{},
client.Update{Path: []string{"NEIGH_STATE_TABLE"}, TS: time.Unix(0, 200), Val: neighStateTableJson},
client.Sync{},
client.Update{Path: []string{"NEIGH_STATE_TABLE"}, TS: time.Unix(0, 200), Val: neighStateTableDeletedJson},
}
},
}

var mutexNoti sync.Mutex
Expand Down

0 comments on commit 7da7b69

Please sign in to comment.