Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakuba committed Oct 28, 2016
1 parent 869fdf4 commit ee83a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('MetaDataBindingParameter', () => {
bindingParam.crudCreate.clickOnContacts();
bindingParam.crudPage.getSizeRecords()
.then(size => {
expect(size).toEqual(1);
expect(size).toEqual(2);
});
});

Expand Down

0 comments on commit ee83a2c

Please sign in to comment.