Fix invalid YAML in test

This commit is contained in:
Josh Gross
2022-12-19 15:29:35 -05:00
parent c7e276cb6f
commit cdf5b5e04e
@@ -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],