Skip to content

Commit

Permalink
Clean up tests affected by the move to lazy execute
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 17, 2024
1 parent 095a752 commit 4887839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/scan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl Scan {
size,
dv_info,
partition_values,
})
});
}

debug!(
Expand Down

0 comments on commit 4887839

Please sign in to comment.