Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Feb 29, 2024
1 parent e5367e1 commit 8c59f85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/screens/LNURLWithdraw/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ describe("LNURLWithdraw", () => {
await user.click(screen.getByText("Confirm"));
});

expect(
await screen.findByText("Error: Link not working")
).toBeInTheDocument();
expect(await screen.findByText("Link not working")).toBeInTheDocument();
});
});

0 comments on commit 8c59f85

Please sign in to comment.