Browse Source

rename location to test

Girish Ramakrishnan 8 năm trước cách đây
mục cha
commit
7f09e8c047
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -28,7 +28,7 @@ describe('Application life cycle test', function () {
     this.timeout(0);
     var firefox = require('selenium-webdriver/chrome');
     var server, browser = new firefox.Driver();
-    var LOCATION = 'gogstest';
+    var LOCATION = 'test';
     var repodir = '/tmp/testrepo';
     var app, reponame = 'testrepo';
     var username = process.env.USERNAME;