Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Dec 6, 2024
1 parent 8b14f56 commit 08943ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lading/src/observer/linux/procfs/memory/smaps_rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ impl Rollup {

#[cfg(test)]
mod test {
use crate::observer::linux::procfs::memory::smaps_rollup::Rollup;
use crate::observer::linux::procfs::memory::BYTES_PER_KIBIBYTE;

#[test]
fn test_rollup() {
let rollup =
Expand Down

0 comments on commit 08943ba

Please sign in to comment.