Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
This commit is contained in:
parent
dbf9cff48a
commit
973cae07d6
|
@ -2411,7 +2411,7 @@ class TestHash(unittest.TestCase):
|
||||||
return 301
|
return 301
|
||||||
|
|
||||||
# If frozen or eq is None, then use the default value (do not
|
# If frozen or eq is None, then use the default value (do not
|
||||||
# specify any value in the deecorator).
|
# specify any value in the decorator).
|
||||||
for frozen, eq, base, expected in [
|
for frozen, eq, base, expected in [
|
||||||
(None, None, object, 'unhashable'),
|
(None, None, object, 'unhashable'),
|
||||||
(None, None, Base, 'unhashable'),
|
(None, None, Base, 'unhashable'),
|
||||||
|
|
Loading…
Reference in New Issue