Skip to content

Commit

Permalink
fix: change name to self priority router
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed Jan 31, 2021
1 parent 81b5d08 commit 152d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/router/self/factory_test.go
Expand Up @@ -69,6 +69,6 @@ func (bi *MockInvoker) Destroy() {

// nolint
func TestSelfDiscRouteFactory(t *testing.T) {
factory := newSelfDiscRouteFactory()
factory := newSelfPriorityRouteFactory()
assert.NotNil(t, factory)
}

0 comments on commit 152d4dd

Please sign in to comment.