We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1664e3 commit e3ca0b4Copy full SHA for e3ca0b4
src/routes/billingAccounts/get.spec.js
@@ -13,7 +13,7 @@ chai.should();
13
// demo data which might be returned by the `SalesforceService.query`
14
const billingAccountData = {
15
tcBillingAccountId: 123123,
16
- markup: '12',
+ markup: 50,
17
};
18
19
describe('Project Billing Accounts list', () => {
0 commit comments