Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Aug 7, 2017
1 parent 870a131 commit 4c891cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func TestTopN(t *testing.T) {
sampleFrame.InverseFilterFieldTopN(12, collabFrame.Bitmap(7), "category", 80, 81))
comparePQL(t,
"TopN(frame='sample-frame', n=12, inverse=true, field='category', filters=[80,81])",
sampleFrame.InverseFilterFieldTopN(12, nil, "category", 80, 81))
sampleFrame.InverseFilterFieldTopN(12, nil, "category", 80, 81))
}

func TestFilterFieldTopNInvalidField(t *testing.T) {
Expand Down

0 comments on commit 4c891cb

Please sign in to comment.