Skip to content

Commit

Permalink
feat: add nacos v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyenought committed Jan 10, 2024
1 parent 9084df4 commit 902e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacos/v2/nacos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestMultipleInstances(t *testing.T) {
HealthyOnly: true,
})
assert.Nil(t, err)
assert.Equal(t, 0, len(res))
assert.Equal(t, nil, res)
}

// TestResolverResolve test Resolve a service.
Expand Down

0 comments on commit 902e9fd

Please sign in to comment.