Skip to content

Commit

Permalink
feat(gpsdk): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EMILIE_NDIONE committed Jan 2, 2024
1 parent a08e067 commit 60b4362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/groundplaces/updateStopCluster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 60b4362

Please sign in to comment.