Skip to content

Commit f87ac69

Browse files
committed
Debug
1 parent 7293e80 commit f87ac69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ fn test_default_use_case(#[case] subcommand: &str, #[case] test_name: &str) {
8989

9090
let stdout = str::from_utf8(&output.stdout).unwrap();
9191
if subcommand == "check" {
92+
println!("{:?}", stdout);
9293
assert!(stdout.contains("There were 242 safe licenses and 300 unsafe licenses."));
9394
output.assert().failure();
9495
} else {

0 commit comments

Comments
 (0)