Compare commits
1 commit
9379d4140f
...
527e893872
Author | SHA1 | Date | |
---|---|---|---|
527e893872 |
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ func TestPlacementPolicy_NonAsciiAttributes(t *testing.T) {
|
||||||
redMatchSecond := reflect.DeepEqual(redNodes, nodesPerReplica[1])
|
redMatchSecond := reflect.DeepEqual(redNodes, nodesPerReplica[1])
|
||||||
blueMatchSecond := reflect.DeepEqual(blueNodes, nodesPerReplica[1])
|
blueMatchSecond := reflect.DeepEqual(blueNodes, nodesPerReplica[1])
|
||||||
|
|
||||||
assert.True(t, (redMatchFirst && blueMatchSecond) || (blueMatchFirst && redMatchSecond))
|
assert.True(t, redMatchFirst && blueMatchSecond || blueMatchFirst && redMatchSecond)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSelector_SetName(t *testing.T) {
|
func TestSelector_SetName(t *testing.T) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue