Skip to content

Commit

Permalink
test: update naming of tests for matchesQueryParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
weyert committed Jul 10, 2024
1 parent fedfd29 commit d84b4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traffic/utils/har-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('matchesQueryParameters', () => {
).toBe(false)
})

it('should fail when having missing query parameter', () => {
it('should fail when query parameter values differ', () => {
expect(
matchesQueryParameters(
'https://example.com/?a=1&b=3',
Expand Down

0 comments on commit d84b4c7

Please sign in to comment.