Skip to content

Commit

Permalink
fix typo in a testcase (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored Aug 7, 2024
1 parent 65bbdf6 commit 9a95e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('ldap-authentication test', () => {
expect(user).toBeTruthy()
expect(user.uid).toEqual('gauss')
})
it('Use an admin user to authenticate a regular user and return attrubutes', async () => {
it('Use an admin user to authenticate a regular user and return attributes', async () => {
let options = {
ldapOpts: {
url: url,
Expand Down

0 comments on commit 9a95e9a

Please sign in to comment.