Skip to content

Commit

Permalink
refactor: removed unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali214 committed Jul 22, 2024
1 parent e89af4d commit 8dca2a4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/test-utilities/test/assertionUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,16 +431,4 @@ describe('expectHeadersToMatch', () => {

expect(() => expectHeadersToMatch(actl, exp)).toThrow();
});

it('should fail for headers with undefined actl values', () => {
const actl = {
id: '1',
};
const exp = {
id: ['1', false],
name: ['Bob', false],
};

expect(() => expectHeadersToMatch(actl, exp)).toThrow();
});
});

0 comments on commit 8dca2a4

Please sign in to comment.