From cd937c5181ccb15b9e5ea8dcfdff25460d81cff9 Mon Sep 17 00:00:00 2001 From: half-shell Date: Wed, 26 May 2021 17:11:53 +0200 Subject: [PATCH] refactor(shifter): change test description to better fit its purpose --- __tests__/unit/shifter.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/unit/shifter.ts b/__tests__/unit/shifter.ts index b3a5156..00ad4bb 100644 --- a/__tests__/unit/shifter.ts +++ b/__tests__/unit/shifter.ts @@ -30,8 +30,8 @@ describe('Shifter', () => { }; describe('#constructor', () => { - describe('when is not given a strategy with a single country', () => { - it('should throw an error if a strategy has been set without any countries', async () => { + describe('when is not given a mapping with a single country', () => { + it('should throw an error if a mapping has been set without any countries', async () => { let error: Error; try {