Skip to content

Commit

Permalink
Fixes spelling issue
Browse files Browse the repository at this point in the history
Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed Jun 13, 2024
1 parent 8bb5656 commit 2cfc759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spfs/src/resolve_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async fn test_auto_merge_layers_with_edit(tmpdir: tempfile::TempDir) {
runtime.push_digest(layer.digest().unwrap());
}

// Test - merging layers doesn't lose the eidt
// Test - merging layers doesn't lose the edit
let dirs = crate::resolve::resolve_overlay_dirs(&mut runtime, &fs_repo, true)
.await
.expect("resolve overlay dirs successfully");
Expand Down

0 comments on commit 2cfc759

Please sign in to comment.