Skip to content

Commit

Permalink
fix: binding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dubadub committed Dec 16, 2024
1 parent 8e7a811 commit 6fd307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ a test @step @salt{1%mg} more text

assert_eq!(
deref_component(&recipe, Item::IngredientRef { index: 1 }),
Component::Ingredient(Ingredient {
Component::IngredientComponent(Ingredient {
name: "salt".to_string(),
amount: Some(Amount {
quantity: Value::Number { value: 1.0 },
Expand Down

0 comments on commit 6fd307e

Please sign in to comment.