Skip to content

Commit

Permalink
test: fixture typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 26, 2019
1 parent 64e5ec1 commit 44bf1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/service-authenticator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ export class ServiceAuthenticator extends Service {
}
}
}

export default ServiceAuthenticator;
2 changes: 1 addition & 1 deletion tests/auth-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test("service-auth", async t => {
const {auth} = await sp.declareServices(config);
await auth.start();

t.is(auth.description, "provide authetication services");
t.is(auth.description, "provide authentication services");
t.true(
auth.endpoints.auth1.isConnected(sp.services.ldap.endpoints.authenticate)
);
Expand Down

0 comments on commit 44bf1bf

Please sign in to comment.