clientIndex unit test fixed

This commit is contained in:
Daniel Herrero 2018-03-01 13:26:54 +01:00
parent a78292ffb8
commit 77b20ae764
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ describe('Client', () => {
controller = $componentController('vnClientIndex');
}));
it('should define and set model property as an empty object', () => {
expect(controller.model).toEqual({});
it('should define and set clientSelected property as null', () => {
expect(controller.clientSelected).toEqual(null);
});
// describe('search()', () => {