Test is passing now?

This commit is contained in:
Josh Gross
2023-02-08 11:00:01 -05:00
parent 5c897048db
commit 44fe960bae
@@ -278,7 +278,7 @@ jobs:
expect(result.map(x => x.label)).toEqual(["event"]);
});
it.failing("auto-complete complex partial", async () => {
it("auto-complete complex partial", async () => {
const input = 'run-name: "run ${{ github.ev| }} run"';
const result = await complete(...getPositionFromCursor(input), {contextProviderConfig});