Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 4, 2024
1 parent a060ac7 commit e9e7089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async fn test_compatibility(
.current_dir(unpack_dir)
.output()
.expect("Failed to run create command");
assert!(output.status.success());
assert!(output.status.success(), "Failed to create environment: {:?}", output);

required_fs_objects
.iter()
Expand Down

0 comments on commit e9e7089

Please sign in to comment.