From 6ec51fc617fde40c57c438d77482146691d7e31c Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Fri, 28 Jul 2023 06:19:17 +0000 Subject: [PATCH] style(http): rephrase test --- packages/http-fp-ts-axios/src/AxiosHttp.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http-fp-ts-axios/src/AxiosHttp.test.ts b/packages/http-fp-ts-axios/src/AxiosHttp.test.ts index e05907c..b6f85d2 100644 --- a/packages/http-fp-ts-axios/src/AxiosHttp.test.ts +++ b/packages/http-fp-ts-axios/src/AxiosHttp.test.ts @@ -27,7 +27,7 @@ describe('AxiosHttp', () => { ['JSON', 'json', 'application/json', { foo: 'bar' }], ['text', 'text', 'text/plain', 'foobar'], ['XML', 'xml', 'application/xml', 'bar'], - ])('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(