Skip to content

Commit e4e4830

Browse files
committed
test
1 parent 579cc85 commit e4e4830

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,7 @@ describe("nested custom functions", () => {
558558
const t = convexTest(schema, modules);
559559
expect(
560560
await t.query(testApi.outerRemoved, { a: "hi", outer: "bye" }),
561-
).toMatchObject({
562-
a: "hi",
563-
ctxInner: undefined,
564-
});
561+
).toStrictEqual({ a: "hi" });
565562
});
566563

567564
test("still validates args", async () => {

0 commit comments

Comments
 (0)