Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Nov 2, 2023
1 parent ffbb58c commit f902690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/nacos/service_discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestFunction(t *testing.T) {
hs := gxset.NewSet()
hs.Add(testName)

sicl := servicediscovery.NewServiceInstancesChangedListener(hs)
sicl := servicediscovery.NewServiceInstancesChangedListener("test_app", hs)
sicl.AddListenerAndNotify(testName, tn)
err = sd.AddListener(sicl)
assert.NoError(t, err)
Expand Down

0 comments on commit f902690

Please sign in to comment.