Girish Ramakrishnan il y a 6 ans
Parent
commit
3d310c5ba7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);