Girish Ramakrishnan 6 år sedan
förälder
incheckning
3d310c5ba7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -340,7 +340,7 @@ describe('Application life cycle test', function () {
 
     it('can login', login.bind(null, username, password));
     it('can see updated post', checkPost);
-    it('can see media', checkMedia.bind(null, 5));
+    it('can see media', checkMedia.bind(null, 6));
     it('can see media link', checkMediaLink);
     it('can access permalink', checkPermalink);