Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
  • Loading branch information
Vladimir Popov committed Aug 18, 2021
1 parent 7a29f51 commit 3148d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkservice/common/heal/heal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func TestHeal_CloseChainOnNoMonitorUpdate(t *testing.T) {
*serverChain = adapters.NewServerToClient(
next.NewNetworkServiceServer(
updatepath.NewServer("server"),
metadata.NewServer(),
updatetoken.NewServer(sandbox.GenerateTestToken),
heal.NewServer(ctx,
heal.WithOnHeal(serverChain)),
Expand Down

0 comments on commit 3148d95

Please sign in to comment.