Skip to content

Commit 4db10ec

Browse files
dalonsoaalexdewar
andcommitted
Apply suggestion from @alexdewar
Co-authored-by: Alex Dewar <alexdewar@users.noreply.github.com>
1 parent a6aaf42 commit 4db10ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/commodity/demand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ mod tests {
358358
}];
359359
assert_error!(
360360
read_demand_from_iter(demand.into_iter(), &svd_commodities, &region_ids, &[2020],),
361-
"Demand must be a valid number greater than or equal to zero"
361+
"Demand must be a finite number greater than or equal to zero"
362362
);
363363
}
364364

0 commit comments

Comments
 (0)