Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen committed Dec 18, 2024
1 parent 4675496 commit 6c2ce25
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/wrangler/src/__tests__/patch-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,10 @@ const replacingOnlyTestCases: Omit<TestCase, "additivePatch">[] = [
{
name: "delete an existing binding so that none are left",
original: {
kv_namespaces: [
{
binding: "KV",
},
],
compatibility_flags: ["test-flag"],
},
replacingPatch: {
kv_namespaces: undefined,
compatibility_flags: undefined,
},
expectedToml: dedent`
compatibility_date = "2022-01-12"
Expand Down

0 comments on commit 6c2ce25

Please sign in to comment.