From 2cc6dfd55353dcd8d880d47dac4cdd46502ee7ba Mon Sep 17 00:00:00 2001 From: Daniel Herrero Date: Wed, 7 Feb 2018 14:48:11 +0100 Subject: [PATCH] changes in last test --- client/client/src/address-edit/address-edit.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client/src/address-edit/address-edit.spec.js b/client/client/src/address-edit/address-edit.spec.js index 8f14a2ec96..5c41d653c6 100644 --- a/client/client/src/address-edit/address-edit.spec.js +++ b/client/client/src/address-edit/address-edit.spec.js @@ -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},