Skip to content

Commit 0bcd6cd

Browse files
committed
removeme: test ci
Signed-off-by: Matej Hrica <[email protected]>
1 parent 2b030b5 commit 0bcd6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cases/src/test_vm_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mod guest {
7373
// Check if ram is within 15% of specified
7474
assert!(self.ram_mib >= (ram_available as f64 * 0.85) as u32);
7575
assert!(self.ram_mib <= (ram_available as f64 * 1.15) as u32);
76-
println!("OK");
76+
println!("OK? nope");
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)