mirror of
https://github.com/nushell/nushell.git
synced 2025-02-22 21:41:26 +01:00
avoid test failure caused by locale thousand separator (#7142)
Co-authored-by: Ricardo Monteiro <ricardo.monteiro@getmanta.com>
This commit is contained in:
parent
f856e64fb3
commit
7636cc7fe4
@ -107,5 +107,5 @@ fn precedence_of_or_groups() -> TestResult {
|
||||
|
||||
#[test]
|
||||
fn test_filesize_op() -> TestResult {
|
||||
run_test("-5kb + 4kb", "-1,000 B")
|
||||
run_test("-5kb + 4.5kb", "-500 B")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user