Skip to content

Commit 741f013

Browse files
committed
Fix typo in C API tests
1 parent 5ba97b6 commit 741f013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def test_frozendict_new(self):
626626

627627
def test_frozendict_asdict(self):
628628
# Test PyFrozenDict_AsDict()
629-
frozendict_asdict = _testlimitedcapi.frozendict_asdict
629+
frozendict_asdict = _testcapi.frozendict_asdict
630630
for dict_type in FROZENDICT_TYPES:
631631
dct = dict_type({1: 2})
632632
dct_copy = frozendict_asdict(dct)

0 commit comments

Comments
 (0)