Skip to content

Commit

Permalink
docs: Fix some test docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Dec 4, 2024
1 parent 3bed001 commit 79cf693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pueue/tests/client/integration/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use anyhow::Result;

use crate::client::helper::*;

/// Set an environment variable an make sure it's there afterwards.
/// Set an environment variable and make sure it's there afterwards.
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn set_environment() -> Result<()> {
let daemon = daemon().await?;
Expand All @@ -29,7 +29,7 @@ async fn set_environment() -> Result<()> {
Ok(())
}

/// Set an environment variable an make sure it's there afterwards.
/// Set an environment variable, immediately unset it and make sure it's not there afterwards.
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn unset_environment() -> Result<()> {
let daemon = daemon().await?;
Expand Down

0 comments on commit 79cf693

Please sign in to comment.