Skip to content

Commit f3e2295

Browse files
author
Mark Florisson
committed
Python 3 compatibility for stress tests
1 parent 0baf696 commit f3e2295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/stress_tests/test_multi_inserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_in_flight_is_one(self):
7575
break
7676
for conn in pool.get_connections():
7777
if conn.in_flight > 1:
78-
print self.session.get_pool_state()
78+
print(self.session.get_pool_state())
7979
leaking_connections = True
8080
break
8181
i = i + 1

0 commit comments

Comments
 (0)