Skip to content

Commit

Permalink
Fix test case for updated logic
Browse files Browse the repository at this point in the history
  • Loading branch information
wallacecs007 committed Nov 20, 2024
1 parent a234a11 commit b024843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apiClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('APIClient', () => {

expect(options.url).toEqual(
new URL(
'https://api.us.nylas.com/test?foo=bar&list=a&list=b&list=c&map=key1%3Avalue1&map=key2%3Avalue2'
'https://api.us.nylas.com/test?foo=bar&list=a%2Cb%2Cc&map=key1%3Avalue1&map=key2%3Avalue2'
)
);
});
Expand Down

0 comments on commit b024843

Please sign in to comment.