From 48f08f11c22079f1e512f4578c5eac2779dce439 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Sun, 30 Jun 2024 12:10:04 +0100 Subject: [PATCH] update extended help function in test --- test/advanced.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/advanced.jl b/test/advanced.jl index 51fed14..fcea32d 100644 --- a/test/advanced.jl +++ b/test/advanced.jl @@ -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 = """```