From 6046fb9985cf80ab380f7a56420096518c4ec970 Mon Sep 17 00:00:00 2001 From: Daniel Lehrner Date: Mon, 22 Jul 2019 09:45:50 +0200 Subject: [PATCH] fixed test naming --- test/FundAgentRole.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FundAgentRole.js b/test/FundAgentRole.js index 584785f..dbb8db7 100644 --- a/test/FundAgentRole.js +++ b/test/FundAgentRole.js @@ -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);