Skip to content

Commit 3e5e58d

Browse files
committed
format
1 parent 4569318 commit 3e5e58d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/convex-helpers/server/crud.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { v } from "convex/values";
1212
import { internalQueryGeneric, internalMutationGeneric } from "convex/server";
1313
import { modules } from "./setup.test.js";
1414
import { customCtx, customMutation, customQuery } from "./customFunctions.js";
15-
import { doc } from "../validators.js";
1615

1716
const ExampleFields = {
1817
foo: v.string(),
@@ -358,7 +357,6 @@ test("complex object - partial updates", async () => {
358357
country: "New Country",
359358
});
360359

361-
362360
// Update array
363361
await t.mutation(complexTestApi.complexUpdate, {
364362
id: complexDoc._id,

0 commit comments

Comments
 (0)