Girish Ramakrishnan 6 سال پیش
والد
کامیت
1003a2ab99
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 () {