changes in last test

This commit is contained in:
Daniel Herrero 2018-02-07 14:48:11 +01:00
parent 89a6a53157
commit 2cc6dfd553
1 changed files with 1 additions and 1 deletions

View File

@ -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},