Skip to content

Commit

Permalink
style(http): rephrase test
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhayon committed Jul 28, 2023
1 parent 55a735e commit 6ec51fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http-fp-ts-axios/src/AxiosHttp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('AxiosHttp', () => {
['JSON', 'json', 'application/json', { foo: 'bar' }],
['text', 'text', 'text/plain', 'foobar'],
['XML', 'xml', 'application/xml', '<foo>bar</foo>'],
])('receiving %s response', async (_type, path, mimeType, body) => {
])('forwarding %s response', async (_type, path, mimeType, body) => {
await expect(
Http.get(`${process.env.NGINX_URL}/${path}`)(http)(),
).resolves.toMatchObject(
Expand Down

0 comments on commit 6ec51fc

Please sign in to comment.