Girish Ramakrishnan hace 6 años
padre
commit
1003a2ab99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -355,7 +355,7 @@ describe('Application life cycle test', function () {
         expect(app).to.be.an('object');
     });
     it('can login', login.bind(null, username, password));
-    it('can edit', editPostWordpress4);
+    it('can edit', editPost);
     it('can upload media', uploadMedia);
 
     it('can update', function () {