From 60b4362554d9a5459d81ec14c71fbd46a83b615f Mon Sep 17 00:00:00 2001 From: EMILIE_NDIONE Date: Tue, 2 Jan 2024 09:42:00 +0100 Subject: [PATCH] feat(gpsdk): lint --- __tests__/groundplaces/updateStopCluster.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/groundplaces/updateStopCluster.spec.ts b/__tests__/groundplaces/updateStopCluster.spec.ts index 198f3af..f688c0f 100644 --- a/__tests__/groundplaces/updateStopCluster.spec.ts +++ b/__tests__/groundplaces/updateStopCluster.spec.ts @@ -3,7 +3,7 @@ import * as mockSmallGroundPlacesFile from '../../mocks/smallGroundPlacesFile.js import { GroundPlacesFile } from '../../src/types'; describe('#updateStopCluster', () => { - it("should not update the name of the StopCluster and throw error", () => { + it('should not update the name of the StopCluster and throw error', () => { const groundPlacesService: GroundPlacesController = new GroundPlacesController(); let thrownError: Error; groundPlacesService.init(mockSmallGroundPlacesFile as GroundPlacesFile);