Skip to content

Commit

Permalink
update test name to be clear
Browse files Browse the repository at this point in the history
  • Loading branch information
fawadasaurus committed Sep 30, 2024
1 parent 840c203 commit 273e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/containerd-shim-wasm/src/container/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ mod tests {
}

#[test]
fn test_envs_not_present() -> Result<()> {
fn test_envs_return_default_only() -> Result<()> {
let spec = SpecBuilder::default()
.root(RootBuilder::default().path("rootfs").build()?)
.process(ProcessBuilder::default().cwd("/").build()?)
Expand Down

0 comments on commit 273e5ae

Please sign in to comment.