mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests/sleep: fmt
This commit is contained in:
parent
6c26976edb
commit
337d257e8d
1 changed files with 1 additions and 3 deletions
|
@ -113,7 +113,5 @@ fn test_sleep_sum_duration_many() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_sleep_wrong_time() {
|
fn test_sleep_wrong_time() {
|
||||||
new_ucmd!()
|
new_ucmd!().args(&["0.1s", "abc"]).fails();
|
||||||
.args(&["0.1s", "abc"])
|
|
||||||
.fails();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue