Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 6, 2024
1 parent 876f3c3 commit 3511e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/server/src/trpc/routes/collectionList.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import waitError from "@peated/server/lib/test/waitError";
import { createCaller } from "../router";

test("lists entities", async ({ fixtures }) => {
await fixtures.Entity();
await fixtures.Entity();
await fixtures.Entity({ name: "A" });
await fixtures.Entity({ name: "B" });

const caller = createCaller({ user: null });
const { results } = await caller.entityList();
Expand Down

0 comments on commit 3511e2e

Please sign in to comment.