From d4cd0d32280f48129d88ac377ad2f8fbd4fb4d65 Mon Sep 17 00:00:00 2001 From: Jorge Baumann Date: Thu, 30 Jan 2020 01:08:18 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=F0=9F=98=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/api/seasons.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/api/seasons.spec.js b/tests/unit/api/seasons.spec.js index 502430b..c54af07 100644 --- a/tests/unit/api/seasons.spec.js +++ b/tests/unit/api/seasons.spec.js @@ -22,7 +22,7 @@ describe('API/season.js', () => { store.state.oauth.accessToken = token - await expect(listSeasons(region)) + await listSeasons(region) expect(axios.get).toBeCalledTimes(1) expect(axios.get).toHaveBeenCalledWith(url, params)