Skip to content

Commit 4220788

Browse files
committed
Fix tests
1 parent 058ed38 commit 4220788

File tree

1 file changed

+2
-0
lines changed
  • order-routing/rust/pickup-point-delivery-option-generators/default/src

1 file changed

+2
-0
lines changed

order-routing/rust/pickup-point-delivery-option-generators/default/src/run.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ mod tests {
327327
external_id: "001".to_string(),
328328
name: "Toronto Store".to_string(),
329329
},
330+
metafields: Some(vec![]),
330331
},
331332
}],
332333
};
@@ -429,6 +430,7 @@ mod tests {
429430
external_id: "001".to_string(),
430431
name: "Toronto Store".to_string(),
431432
},
433+
metafields: Some(vec![]),
432434
},
433435
}],
434436
};

0 commit comments

Comments
 (0)