mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
(cherry picked from commit 973cae07d6
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
139e64694f
commit
1a5790689f
1 changed files with 1 additions and 1 deletions
|
@ -2403,7 +2403,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…
Add table
Add a link
Reference in a new issue