1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #2496 from tertsdiepraam/master

tests/sleep: fmt
This commit is contained in:
Terts Diepraam 2021-07-12 20:23:07 +02:00 committed by GitHub
commit 381d4ffc7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,5 @@ fn test_sleep_sum_duration_many() {
#[test]
fn test_sleep_wrong_time() {
new_ucmd!()
.args(&["0.1s", "abc"])
.fails();
new_ucmd!().args(&["0.1s", "abc"]).fails();
}