Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined committed Dec 11, 2024
1 parent 8d8c703 commit 4323e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/functions/release/planner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("planner", () => {
const httpsFunc = func("a", "b", { httpsTrigger: {} });
const genkitFunc = func("a", "b", { callableTrigger: { genkitAction: "flows/flow" } });
expect(planner.calculateUpdate(genkitFunc, httpsFunc)).to.deep.equal({
// Missing: deleteAndRecreate
// Missing: deleteAndRecreate
endpoint: genkitFunc,
unsafe: false,
});
Expand Down

0 comments on commit 4323e61

Please sign in to comment.