Skip to content

Commit

Permalink
chore: remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
bob2402 committed Apr 6, 2024
1 parent 06284dd commit 0950240
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ Deno.test("NIP-11: Relay Information Document", async (t) => {
await relay.shutdown();
});

Deno.test("graphql", async () => {});

async function randomEvent(ctx: InMemoryAccountContext, kind?: NostrKind, content?: string) {
const event = await prepareNormalNostrEvent(ctx, {
kind: kind || NostrKind.TEXT_NOTE,
Expand Down

0 comments on commit 0950240

Please sign in to comment.