Skip to content

Commit 8922bdd

Browse files
committed
Making test a bit more explicit
1 parent 04babec commit 8922bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/blacklist-service-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('BlacklistService', () => {
3030
customBlacklistedUsernames: ['foo']
3131
})
3232
expect(blacklistService.list.length).to.equal(1)
33+
expect(blacklistService.validate('admin')).to.equal(true)
3334
})
3435

3536
it('is a singleton', () => {

0 commit comments

Comments
 (0)