Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bgurney-rh committed Apr 11, 2024
1 parent 738513d commit e0973b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/stratis_min.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,13 @@ fn test_stratis_min_pool_is_bound() {
test_with_stratisd_min_sim(stratis_min_pool_is_bound);
}


fn stratis_min_pool_has_passphrase() {
stratis_min_create_pool_and_fs();
let mut cmd = Command::cargo_bin("stratis-min").unwrap();
cmd.arg("pool").arg("has-passphrase").arg("--name").arg("pn");
cmd.arg("pool")
.arg("has-passphrase")
.arg("--name")
.arg("pn");
cmd.assert().success();
}

Expand Down

0 comments on commit e0973b3

Please sign in to comment.