2167-entry_buy #613

Merged
joan merged 9 commits from 2167-entry_buy into dev 2021-04-29 07:11:33 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit eea8ed9a3c - Show all commits

View File

@ -16,6 +16,7 @@ describe('Entry', () => {
controller.entry = {
id: 1
};
controller.$params = {id: 1};
}));
describe('fillData()', () => {