Skip to content

Commit 0ebcd78

Browse files
committed
WIP
1 parent a8de8ab commit 0ebcd78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/standard/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,7 @@ class MaterializedViewQueryTest(BasicSharedKeyspaceUnitTestCase):
982982
def setUp(self):
983983
if CASS_SERVER_VERSION < (3, 0):
984984
raise unittest.SkipTest("Materialized views require Cassandra 3.0+")
985+
985986

986987
def test_mv_filtering(self):
987988
"""

0 commit comments

Comments
 (0)