Skip to content

Commit bfee87d

Browse files
committed
fix method name spelling
1 parent 7f717d3 commit bfee87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/cqlengine/operators/test_where_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_operator_rendering(self):
6262

6363

6464
class TestIsNotNull(BaseCassEngTestCase):
65-
def test_is_not_nul_to_cql(self):
65+
def test_is_not_null_to_cql(self):
6666
"""
6767
Verify that IsNotNull is converted correctly to CQL
6868

0 commit comments

Comments
 (0)