Skip to content

Commit

Permalink
update extended help function in test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Jun 30, 2024
1 parent 6c95d37 commit 48f08f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/advanced.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ expected_extended_help = """# Extended help
* inversion stable
* inversion works"""

@test strip(Interfaces.extended_help(Group.GroupInterface)) == strip(expected_extended_help)
@test strip(Interfaces._extended_help(Group.GroupInterface)) == strip(expected_extended_help)


expected_docs = """```
Expand Down

0 comments on commit 48f08f1

Please sign in to comment.