Skip to content

Commit 9a631da

Browse files
committed
fix typo in test
1 parent 481b7b1 commit 9a631da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/initial-dns-seedlist-discovery/dns_seedlist.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('DNS timeout errors', () => {
116116
it('throws that error', metadata, async () => {
117117
const error = await client.connect().catch(error => error);
118118
expect(error).to.be.instanceOf(DNSSomethingError);
119-
expect(stub.withArgs(sinon.match.string, 'TXT')).to.have.been.calledOnce;
119+
expect(stub.withArgs(sinon.match.string, 'SRV')).to.have.been.calledOnce;
120120
});
121121
});
122122

0 commit comments

Comments
 (0)