Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Jul 6, 2023
1 parent f4b958d commit b491bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('TypeOptionsComponent', () => {
const conditionIs: FilterGroupConditionField = {equal: {value: true}};
const conditionIsNot: FilterGroupConditionField = {equal: {value: false}};
const conditionIsNull: FilterGroupConditionField = {null: {not: false}};
const conditionIsNotNull: FilterGroupConditionField = {null: {not: false}};
const conditionIsNotNull: FilterGroupConditionField = {null: {not: true}};

const defaultConfiguration = {
options: [
Expand Down

0 comments on commit b491bd6

Please sign in to comment.