Skip to content

Commit 931337b

Browse files
committed
Update date/time datatype tests to run on C* 3.0
As per CASSANDRA-7523, the new date and time types have been pushed back to C* 3.0 / protocol v4.
1 parent 25a09dc commit 931337b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/datatype_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def update_datatypes():
5757
if _cass_version >= (2, 1, 0):
5858
COLLECTION_TYPES.append('tuple')
5959

60-
if _cass_version >= (2, 1, 5):
60+
if _cass_version >= (3, 0, 0):
6161
PRIMITIVE_DATATYPES.append('date')
6262
PRIMITIVE_DATATYPES.append('time')
6363

0 commit comments

Comments
 (0)