Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr authored Dec 5, 2024
1 parent e29b7db commit 659e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_search(query:str, expected:List[str], order_is_important:bool=True) ->
'pydoctor.factory.Factory.Class',
'pydoctor.model.DocumentableKind.CLASS',
'pydoctor.model.System.Class',
'pydoctor.epydoc.markup.ObjClass.Class'])
])

to_stan_results = [
'pydoctor.epydoc.markup.ParsedDocstring.to_stan',
Expand Down

0 comments on commit 659e963

Please sign in to comment.