Skip to content

Commit 6bc7246

Browse files
author
NyanKiyoshi
committed
Fix slots breaking tests
1 parent 3c391a1 commit 6bc7246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django_queries/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def convert(cls, diff):
5656

5757

5858
class SingleEntryComparison(object):
59-
__slots__ = ["left", "right", "diff"]
59+
__slots__ = ["left", "right"]
6060

6161
def __init__(self, left=None, right=None):
6262
"""

0 commit comments

Comments
 (0)