Skip to content

Commit 040adcf

Browse files
committed
Merge branch 'main' of github.com:mkdocstrings/griffe
2 parents bb185f7 + 628d5e8 commit 040adcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ def test_load_builtin_modules() -> None:
354354
loader = GriffeLoader()
355355
loader.load("_ast")
356356
loader.load("_collections")
357-
loader.load("_json")
357+
loader.load("_operator")
358358
assert "_ast" in loader.modules_collection
359359
assert "_collections" in loader.modules_collection
360-
assert "_json" in loader.modules_collection
360+
assert "_operator" in loader.modules_collection
361361

362362

363363
def test_resolve_aliases_of_builtin_modules() -> None:

0 commit comments

Comments
 (0)