Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
avinci committed May 29, 2017
1 parent 78535c6 commit 31da48d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export RES_REPO=sit-repo
export RES_REPO=sit_repo
export RES_PARAMS=$1

setupTestEnv() {
Expand Down
1 change: 0 additions & 1 deletion tests/core/0.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ describe(util.format('%s1 - %s', testSuiteNum, testSuiteDesc),
logger.info('Creating an empty testAccounts object');
nconf.set('testAccounts', {});
assert.notProperty(nconf.get('testAccounts'), 'shipayeone');

return done();
}
);
Expand Down

0 comments on commit 31da48d

Please sign in to comment.