summaryrefslogtreecommitdiff
path: root/test/suite/test_stat01.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-12-06 10:52:07 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-12-06 10:52:07 +0000
commit9986a7dab69bef39726360322c9dbc915062ad47 (patch)
tree71c4cd8cd71fd2672419252f04bdf83d5bcbaaa3 /test/suite/test_stat01.py
parentf0ea2fa9392cbeeb70e8cbfc2a64f479f3e186c4 (diff)
downloadmongo-9986a7dab69bef39726360322c9dbc915062ad47.tar.gz
whitespace.
Diffstat (limited to 'test/suite/test_stat01.py')
-rw-r--r--test/suite/test_stat01.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_stat01.py b/test/suite/test_stat01.py
index 480f5ded245..86587d14620 100644
--- a/test/suite/test_stat01.py
+++ b/test/suite/test_stat01.py
@@ -100,7 +100,7 @@ class test_stat01(wttest.WiredTigerTestCase):
self.printVerbose(2, 'data source specific stats:')
cursor = self.session.open_cursor(
- 'statistics:' + self.uri, None, None)
+ 'statistics:' + self.uri, None, None)
self.check_stats(cursor, 10, 'overflow pages')
# See that we can get a specific stat value by its key,