summaryrefslogtreecommitdiff
path: root/test/suite/test_async03.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_async03.py')
-rw-r--r--test/suite/test_async03.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_async03.py b/test/suite/test_async03.py
index 41939bb578a..98851885f70 100644
--- a/test/suite/test_async03.py
+++ b/test/suite/test_async03.py
@@ -36,7 +36,6 @@ class Callback(wiredtiger.AsyncCallback):
def notify(self, op, op_ret, flags):
raise AssertionError('callback should not be called in this test')
-
# test_async03.py
# Async operations
# Try to run async code with an incorrect connection config.