Commit 2d28bf02 authored by xujianhai666's avatar xujianhai666

fmt

parent bf0fe14b
......@@ -223,7 +223,7 @@ func TestMultipleGetEmpty(t *testing.T) {
if assert.Len(t, results[0], 1) && assert.Len(t, results[1], 1) {
assert.True(t, (results[0][0] == `a` && results[1][0] == `b`) ||
(results[0][0] == `b` && results[1][0] == `a`),
(results[0][0] == `b` && results[1][0] == `a`),
`The array should be a, b or b, a`)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment