CSR-2130 fix test

CSR-2130 fix test
This commit is contained in:
CarlNation 2024-07-11 14:31:52 -04:00
parent 74e5722901
commit 62e1e189e7

View file

@ -108,6 +108,9 @@ describe("Payment Method Question", () => {
function generateDefaultProps() {
return {
modelValue: "modelValue",
hasRecal: false,
isApplePay: true,
isInsurance: false,
};
}