Skip to content

Commit

Permalink
fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kzinglzy committed Dec 23, 2020
1 parent 5c2bec5 commit f5fe80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balance_strategy_test.go
Expand Up @@ -147,7 +147,7 @@ func TestBalanceStrategyRoundRobin(t *testing.T) {

strategy := BalanceStrategyRoundRobin
if strategy.Name() != "roundrobin" {
t.Errorf("Unexpected stategy name\nexpected: fail_roundrobin\nactual: %v", strategy.Name())
t.Errorf("Unexpected strategy name\nexpected: roundrobin\nactual: %v", strategy.Name())
}

for _, test := range tests {
Expand Down

0 comments on commit f5fe80e

Please sign in to comment.