mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Correct comment
This commit is contained in:
parent
9daf70d714
commit
90fc3f6653
@ -37,7 +37,7 @@ class ConditionTestCase(TestCase):
|
||||
# 'gt' supports only numeric values
|
||||
Condition('x', 'foo', 'gt')
|
||||
with self.assertRaises(ValueError):
|
||||
# 'lt' supports only iterable values
|
||||
# 'in' supports only iterable values
|
||||
Condition('x', 123, 'in')
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user