Skip to content

Commit ce2ddd4

Browse files
lint fixes
1 parent cef854f commit ce2ddd4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/deploy/functions/release/fabricator.spec.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,11 +1821,9 @@ describe("Fabricator", () => {
18211821
);
18221822
await fab.createRunFunction(ep);
18231823

1824-
expect(run.setInvokerCreate).to.have.been.calledWith(
1825-
ep.project,
1826-
sinon.match.string,
1827-
["public"],
1828-
);
1824+
expect(run.setInvokerCreate).to.have.been.calledWith(ep.project, sinon.match.string, [
1825+
"public",
1826+
]);
18291827
});
18301828
});
18311829

0 commit comments

Comments
 (0)