CSR-1552
prettier
This commit is contained in:
parent
1870abcb5e
commit
b8f0c8ea7a
1 changed files with 4 additions and 4 deletions
|
|
@ -164,8 +164,8 @@ describe("quote.vue", () => {
|
|||
},
|
||||
payment: {
|
||||
insuranceCoverage: {
|
||||
isVerified: false
|
||||
}
|
||||
isVerified: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
@ -192,8 +192,8 @@ describe("quote.vue", () => {
|
|||
},
|
||||
payment: {
|
||||
insuranceCoverage: {
|
||||
isVerified: false
|
||||
}
|
||||
isVerified: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue