summaryrefslogtreecommitdiff
path: root/test/base/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/test_utils.py')
-rw-r--r--test/base/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/test_utils.py b/test/base/test_utils.py
index f827b5879..a9ff7da98 100644
--- a/test/base/test_utils.py
+++ b/test/base/test_utils.py
@@ -299,7 +299,7 @@ class IdentitySetTest(fixtures.TestBase):
ids2 - ids1,
IdentitySet([o2, o3])
)
-
+
ids2 -= ids1
eq_(ids2, IdentitySet([o2, o3]))