changes in last test
This commit is contained in:
parent
89a6a53157
commit
2cc6dfd553
|
@ -24,7 +24,7 @@ describe('Client', () => {
|
|||
});
|
||||
|
||||
describe('removeObservation(index)', () => {
|
||||
it('should remove an observation that occupies the index given and restore showAddIcon properties', () => {
|
||||
it('should remove an observation that occupies in the index given and restore showAddIcon properties', () => {
|
||||
let index = 2;
|
||||
controller.observations = [
|
||||
{id: 1, description: 'Spiderman rocks', showAddIcon: false},
|
||||
|
|
Loading…
Reference in New Issue