mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 16:41:21 +02:00
pass lint checks.
This commit is contained in:
@ -10,9 +10,7 @@ fn can_only_apply_one() {
|
||||
"open caco3_plastics.csv | first 1 | str origin --downcase --upcase"
|
||||
);
|
||||
|
||||
assert!(
|
||||
actual.contains("Usage: str field [--downcase|--upcase|--to-int")
|
||||
);
|
||||
assert!(actual.contains("Usage: str field [--downcase|--upcase|--to-int"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
@ -91,4 +89,4 @@ fn converts_to_int() {
|
||||
));
|
||||
|
||||
assert_eq!(actual, "2509000000");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user