Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed May 23, 2019
1 parent d1a4ab7 commit 1e8853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/superset-ui-chart/test/types/Filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Filter type guards', () => {
});
it('should return false otherwise', () => {
expect(
isUnaryAdhocFilter({
isBinaryAdhocFilter({
expressionType: 'SIMPLE',
clause: 'WHERE',
subject: 'tea',
Expand Down

0 comments on commit 1e8853e

Please sign in to comment.