Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Nov 8, 2023
1 parent c18d093 commit dc8c3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/appservice/integration/webAPITest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface Context extends Mocha.Context {
moderator?: MatrixClient
}

dns.setDefaultResultOrder('ipv4first');

Check failure on line 16 in test/appservice/integration/webAPITest.ts

View workflow job for this annotation

GitHub Actions / Build & Lint

Property 'setDefaultResultOrder' does not exist on type 'typeof import("node:dns")'.

describe("Test that the app service can provision a mjolnir when requested from the web API", function () {
afterEach(function(this: Context) {
Expand Down

0 comments on commit dc8c3fd

Please sign in to comment.