Skip to content

Commit e3ca0b4

Browse files
committed
fix: markup test data as integer
ref issue #636
1 parent e1664e3 commit e3ca0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/billingAccounts/get.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chai.should();
1313
// demo data which might be returned by the `SalesforceService.query`
1414
const billingAccountData = {
1515
tcBillingAccountId: 123123,
16-
markup: '12',
16+
markup: 50,
1717
};
1818

1919
describe('Project Billing Accounts list', () => {

0 commit comments

Comments
 (0)