mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
trivial
This commit is contained in:
parent
2babb3c51c
commit
c30b03df14
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ func MustDo(method, urlStr string, body string) *httpResponse {
|
|||
|
||||
func CheckGroupBy(t *testing.T, expected, results []pilosa.GroupCount) {
|
||||
if len(results) != len(expected) {
|
||||
t.Fatalf("number of groupings mismatch:\n got:%+v\nwant:%+v\n", results, expected)
|
||||
t.Fatalf("number of groupings mismatch:\n got:%+v\nwant:%+v\n", results, expected)
|
||||
}
|
||||
for i, result := range results {
|
||||
if !reflect.DeepEqual(expected[i], result) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue