Skip to content

Commit

Permalink
doc: fix typo in comment.
Browse files Browse the repository at this point in the history
Co-authored-by: aszepieniec <[email protected]>
  • Loading branch information
dan-da and aszepieniec committed Jan 21, 2025
1 parent 65b67e9 commit 5b254f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ mod test {
///
/// tests:
/// 1. Cookie::auth() succeeds for valid cookie
/// 2. Cookie::auth() returns AuthError::InvalidCookei for invalid cookie
/// 2. Cookie::auth() returns AuthError::InvalidCookie for invalid cookie
#[tokio::test]
pub async fn auth() -> anyhow::Result<()> {
let data_dir = unit_test_data_directory(Network::Alpha)?;
Expand Down

0 comments on commit 5b254f5

Please sign in to comment.