Skip to content

Commit

Permalink
Fixed Test Cases
Browse files Browse the repository at this point in the history
Signed-off-by: Vividh Pandey <[email protected]>
  • Loading branch information
VividhPandey003 committed Dec 5, 2023
1 parent 71b7254 commit 5eccdbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('testing filters', () => {
expect(bountyHeaderLanguageFilter(['Javascript'], {})).toEqual(true);
});
test('no languages', () => {
expect(bountyHeaderLanguageFilter([], { Javascript: true })).toEqual(true);
expect(bountyHeaderLanguageFilter([], { Javascript: true })).toEqual(false);
});
test('false filters', () => {
expect(
Expand Down

0 comments on commit 5eccdbb

Please sign in to comment.