浏览代码

Update test

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 () {