Skip to content

Commit

Permalink
test: fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 3, 2023
1 parent cd0b228 commit 9054e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/order/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl Auth {
/// };
///
/// let mut file = File::create(&path)?;
/// file.write_all(challenge.http_proof()?)?;
/// file.write_all(challenge.http_proof()?.as_bytes())?;
/// challenge.validate(Duration::from_millis(5000)).await?;
///
/// Ok(())
Expand Down

0 comments on commit 9054e32

Please sign in to comment.