Skip to content

Commit

Permalink
test(ldap): use await in after hook
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 8, 2023
1 parent 1e4f0e0 commit 76fd27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ldap/test/acl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe 'ldap.acl', ->
.filter (l) -> /^olcAccess: /.test l
.map (line) -> line.split(':')[1].trim()
afterEach ->
nikita.ldap.modify
await nikita.ldap.modify
uri: ldap.uri
binddn: ldap.config.binddn
passwd: ldap.config.passwd
Expand Down

0 comments on commit 76fd27c

Please sign in to comment.