Skip to content

Commit 7895835

Browse files
await close
1 parent a3b489c commit 7895835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/initial-dns-seedlist-discovery/initial_dns_seedlist_discovery.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('Initial DNS Seedlist Discovery (Prose Tests)', () => {
3838

3939
afterEach(async function () {
4040
sinon.restore();
41-
client.close();
41+
await client.close();
4242
});
4343

4444
it('does not error on an SRV because it has one domain level', async function () {

0 commit comments

Comments
 (0)