Skip to content

Commit

Permalink
chore: marked cache pull test as integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Jun 27, 2023
1 parent d0772a5 commit f3904cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wick/wick-oci-utils/src/package/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub async fn pull(reference: &str, options: &OciOptions) -> Result<PullResult, E
}

#[cfg(test)]
mod test {
mod integration_test {
use std::time::{SystemTime, UNIX_EPOCH};

use anyhow::Result;
Expand Down

0 comments on commit f3904cf

Please sign in to comment.