Skip to content

Commit

Permalink
updated testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
udkreddy committed Aug 6, 2019
1 parent f2177c2 commit 0c7c0ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/05_GBM.js
@@ -1,5 +1,4 @@
const GovBlocksMaster = artifacts.require('GovBlocksMaster');
const EventCaller = artifacts.require('EventCaller');
const catchRevert = require('../helpers/exceptions.js').catchRevert;
const getAddress = require('../helpers/getAddress.js').getAddress;
let ec;
Expand Down
1 change: 0 additions & 1 deletion test/07_Master.js
Expand Up @@ -10,7 +10,6 @@ const GovBlocksMaster = artifacts.require('GovBlocksMaster');
const Master = artifacts.require('Master');
const Governance = artifacts.require('Governance');
const ProposalCategory = artifacts.require('ProposalCategory');
const EventCaller = artifacts.require('EventCaller');
const GBTStandardToken = artifacts.require('GBTStandardToken');
let gbm;
let temp;
Expand Down

0 comments on commit 0c7c0ba

Please sign in to comment.