Skip to content

Commit

Permalink
fix redundant or in nodebalancer configs test
Browse files Browse the repository at this point in the history
  • Loading branch information
displague committed Aug 27, 2018
1 parent cedfe69 commit 77d6de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebalancer_configs_test.go
Expand Up @@ -56,7 +56,7 @@ func TestUpdateNodeBalancerConfig(t *testing.T) {
}
if configUpdated.Port != updateOpts.Port ||
string(updateOpts.Algorithm) != string(configUpdated.Algorithm) ||
string(updateOpts.Algorithm) != string(configUpdated.Algorithm) {
string(updateOpts.Protocol) != string(configUpdated.Protocol) {
t.Errorf("NodeBalancerConfig did not match UpdateOptions")
}
}
Expand Down

0 comments on commit 77d6de8

Please sign in to comment.