Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Jun 22, 2023
1 parent b691d5c commit 268202d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/db_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ Deno.test("[db] getItemsByUser()", async () => {

await createItem(item1);
await createItem(item2);
const itemsByUser = await getItemsByUser(userId);
assertArrayIncludes(itemsByUser, [item1, item2]);
assertArrayIncludes(await getItemsByUser(userId), [item1, item2]);
});

Deno.test("[db] getItemsSince()", async () => {
Expand Down

1 comment on commit 268202d

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 268202d Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status server error (502 Bad Gateway) for url (https://deno.land/std@0.190.0/regexp/escape.ts)

Please sign in to comment.