Prettier making some weird edits...
This commit is contained in:
parent
5ca89734a9
commit
801e759f6b
2 changed files with 2 additions and 3 deletions
|
|
@ -175,8 +175,7 @@ describe("payment-adyen.vue", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("returns true for mobile appointment type when address fields are present", () => {
|
test("returns true for mobile appointment type when address fields are present", () => {
|
||||||
store.getters.order.serviceLocation.appointmentType =
|
store.getters.order.serviceLocation.appointmentType = AppointmentTypeStrings.MOBILE;
|
||||||
AppointmentTypeStrings.MOBILE;
|
|
||||||
store.getters.order.serviceLocation.address = "123 Mobile St";
|
store.getters.order.serviceLocation.address = "123 Mobile St";
|
||||||
store.getters.order.serviceLocation.city = "Columbus";
|
store.getters.order.serviceLocation.city = "Columbus";
|
||||||
store.getters.order.serviceLocation.state = "OH";
|
store.getters.order.serviceLocation.state = "OH";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue