Skip to content

Commit

Permalink
fixed additive test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Whatsuup committed Nov 6, 2023
1 parent efe916c commit 09c8eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/layer/data/database/mealplan_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ mod test {
#![allow(clippy::cast_sign_loss)]

use super::*;
use crate::util::Additive::Sulphur;
use crate::util::Allergen::{Ei, Se, So, We, ML};
use crate::util::Date;
use chrono::Local;
Expand Down Expand Up @@ -499,7 +500,7 @@ mod test {
("f7337122-b018-48ad-b420-6202dc3cb4ff", (vec![], vec![We])),
(
"25cb8c50-75a4-48a2-b4cf-8ab2566d8bec",
(vec![], vec![Ei, ML, So]),
(vec![Sulphur], vec![Ei, ML, We]),
),
(
"0a850476-eda4-4fd8-9f93-579eb85b8c25",
Expand Down

0 comments on commit 09c8eab

Please sign in to comment.