Skip to content

Commit

Permalink
linter doesn’t like this being empty
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Kellenschwiler <d.kellenschwiler@bsvblockchain.org>
  • Loading branch information
sirdeggen committed Apr 3, 2024
1 parent 0884dea commit 5609cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paymailRouter/__tests/receive-transaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('#Paymail Server - P2P Receive Transaction', () => {
beforeAll(() => {
app = express()
const baseUrl = 'http://localhost:3000'
paymailClient = new PaymailClient()
paymailClient = new PaymailClient(null, { dns: null }, null)

const routes = [
new ReceiveTransactionRoute({
Expand Down

0 comments on commit 5609cb9

Please sign in to comment.