Skip to content

Commit

Permalink
remove fake test
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 26, 2023
1 parent c9a8f10 commit afed9a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ function test(name: string, perform: () => Promise<boolean>) {
tests.push({ name, run: perform });
}

test("can fail", async () => {
return false;
});

test("can make a client", async () => {
const client = await XMTP.Client.createRandom({
env: "local",
Expand Down

0 comments on commit afed9a4

Please sign in to comment.