diff --git a/actions-languageservice/src/utils/find-token.test.ts b/actions-languageservice/src/utils/find-token.test.ts index f79e561..c694311 100644 --- a/actions-languageservice/src/utils/find-token.test.ts +++ b/actions-languageservice/src/utils/find-token.test.ts @@ -139,7 +139,7 @@ describe("find-token", () => { testFindToken(`on: push jobs: build: - runs-on: [ubuntu-latest, self|`) + runs-on: [ubuntu-latest, self|]`) ).toEqual({ path: [ ["workflow-root-strict", TokenType.Mapping],