Skip to content

Commit 1c4cd28

Browse files
committed
Fixed test case
1 parent ee65dc2 commit 1c4cd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-json/return_private.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod secret {
66
}
77

88
//@ has "$.index[*][?(@.name=='get_secret')].inner.function"
9-
//@ is "$.index[*][?(@.name=='get_secret')].inner.function.sig.output.resolved_path.name" \"secret::Secret\"
9+
//@ is "$.index[*][?(@.name=='get_secret')].inner.function.sig.output.resolved_path.name" \"Secret\"
1010
pub fn get_secret() -> secret::Secret {
1111
secret::Secret
1212
}

0 commit comments

Comments
 (0)