mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Increase coverage for validatorfuncs.lock().
This commit is contained in:
parent
00352e29fe
commit
467ba87260
1 changed files with 1 additions and 1 deletions
|
|
@ -148,4 +148,4 @@ class TestValidatorFuncs(TestCase):
|
|||
access_options=())
|
||||
with self.assertRaises(ValueError):
|
||||
validatorfuncs.lock('view:',
|
||||
access_options=('view'))
|
||||
access_options=('look'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue