Browse Source

Update test

Girish Ramakrishnan 6 năm trước cách đây
mục cha
commit
1003a2ab99
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {