Commit 03c5cb00 by Pablo Molina

Arreglado error de comprobación method-spec.js

parent 3e79d67f
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ describe('Method API', function () { ...@@ -20,7 +20,7 @@ describe('Method API', function () {
delete response.body.instructions; delete response.body.instructions;
}) })
.expect({ .expect({
name: 'Comunicación Aumentativa y Adaptativa', name: 'Comunicación Aumentativa y Adaptativa',
description: null description: null
}) })
.end(done); .end(done);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment