Skip to content

Commit

Permalink
fixes linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw committed Jun 15, 2023
1 parent 935cd3b commit 0c4d82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/server/integration/do-not-blow-up-after-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('error requests should not affect subsequent requests', function () {
};

// wait for the servers to spin up, then hit the home page
var serversReadyPromise = serversUnderTest.readyForTest()
var serversReadyPromise = serversUnderTest.readyForTest();

return serversReadyPromise
.then(function () {
Expand All @@ -51,7 +51,7 @@ describe('error requests should not affect subsequent requests', function () {
});
});
});
})
});
});

after(function () {
Expand Down

0 comments on commit 0c4d82e

Please sign in to comment.