Skip to content

Commit b5cfcf6

Browse files
committed
Trying to make integrations tests a little easier to read
1 parent cd5dfdd commit b5cfcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function createServer (options) {
8888
return ldnode.createServer(options)
8989
}
9090

91-
exports.setupSuperServer = setupSuperServer
91+
exports.setupSupertestServer = setupSuperServer
9292
function setupSuperServer (options) {
9393
const ldpServer = createServer(options)
9494
return supertest(ldpServer)

0 commit comments

Comments
 (0)