test: remove unused var

This commit is contained in:
Maximilian Krüger 2018-01-09 14:35:17 +01:00
parent 47fe40daaa
commit 22e70cc079
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ contract('HomeBridge', function(accounts) {
it("should get message parts correctly", function() {
var homeBridge;
var signature;
var requiredSignatures = 1;
var authorities = [accounts[0], accounts[1]];
var estimatedGasCostOfWithdraw = 0;