Skip to content

Commit

Permalink
fix: fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Jun 9, 2023
1 parent 4863f63 commit c2d01e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siopv2/src/request/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub mod request_builder;
/// )
/// .unwrap();
/// assert!(match request_url {
/// RequestUrl::AuthorizationRequest(_) => Ok(()),
/// RequestUrl::Request(_) => Ok(()),
/// RequestUrl::RequestUri { .. } => Err(()),
/// RequestUrl::RequestObject { .. } => Err(()),
/// }.is_ok());
Expand Down

0 comments on commit c2d01e0

Please sign in to comment.