Skip to content

Commit

Permalink
fixed test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-iobuilders committed Jul 22, 2019
1 parent 93fb184 commit 6046fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FundAgentRole.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract('FundAgentRole', (accounts) => {
});
});

describe('addFundAgent', async() => {
describe('removeFundAgent', async() => {
it('should remove an account as fund agent', async() => {
await fundable.addFundAgent(fundAgent);
await fundable.removeFundAgent(fundAgent);
Expand Down

0 comments on commit 6046fb9

Please sign in to comment.