Skip to content

Commit

Permalink
fix(test): fixing the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
DedrickEnc committed Sep 21, 2017
1 parent b2ed339 commit 531bb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ SESS_SECRET='XopEn BlowFISH'
SESS_RESAVE=0
SESS_UNSET='destroy'

# LOG_LEVEL='warn'
LOG_LEVEL='debug'
LOG_LEVEL='warn'
# LOG_LEVEL='debug'
UPLOAD_DIR='client/upload'

# this will toggle all MYSQL errors to be reflected to the client.
Expand Down
2 changes: 1 addition & 1 deletion test/integration/transactionType.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const helpers = require('./helpers');
describe('(/transaction_type) Transaction Type API :: ', () => {

// default number of transaction type (TT)
const TT_DEFAULT = 11;
const TT_DEFAULT = 12;

let newTT = {
text: 'My New Transaction Type',
Expand Down

0 comments on commit 531bb0b

Please sign in to comment.