avoid test failure caused by locale thousand separator (#7142)

Co-authored-by: Ricardo Monteiro <ricardo.monteiro@getmanta.com>
This commit is contained in:
raccmonteiro
2022-11-15 22:15:15 +00:00
committed by GitHub
parent f856e64fb3
commit 7636cc7fe4

View File

@ -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")
}