We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d323c commit a0822b3Copy full SHA for a0822b3
integration/types/duration_test.rb
@@ -25,7 +25,7 @@ def setup
25
end
26
27
def test_can_insert_duration
28
- skip("Duration type was added in DSE 5.1/C* 3.10") if (CCM.dse_version < '5.1' || CCM.cassandra_version < '3.10')
+ skip("Duration type was added in DSE 5.1/C* 3.10") if (CCM.dse_version && CCM.dse_version < '5.1' || CCM.cassandra_version < '3.10')
29
30
cluster = Cassandra.cluster
31
session = cluster.connect "foo"
0 commit comments