Skip to content

Commit

Permalink
Merge pull request #1858 from jqnatividad/100.dathere.com
Browse files Browse the repository at this point in the history
`tests`: update `test_100/exercise_0.rs` setup file data
  • Loading branch information
jqnatividad authored Jun 3, 2024
2 parents c6adb8b + c2a461e commit 76e64dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_100/exercise_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn setup(name: &str, command_str: &str, args: Vec<&str>) -> (Workdir, process::C
svec!["fruit", "price"],
svec!["apple", "2.50"],
svec!["banana", "3.00"],
svec!["carrot", "1.50"],
svec!["strawberry", "1.50"],
],
);

Expand Down

0 comments on commit 76e64dc

Please sign in to comment.