Fixed typo

This commit is contained in:
bjmb
2017-04-28 10:02:15 -04:00
parent 2520024b1b
commit 9adf704800

View File

@@ -580,7 +580,7 @@ class ClusterTests(unittest.TestCase):
check_trace(future.get_query_trace()) check_trace(future.get_query_trace())
cluster.shutdown() cluster.shutdown()
def test_trace_unavaiable(self): def test_trace_unavailable(self):
""" """
First checks that TraceUnavailable is arisen if the First checks that TraceUnavailable is arisen if the
max_wait parameter is negative max_wait parameter is negative