Skip to content

Commit

Permalink
[FAB-4939] SDK Go - Removed unused variable
Browse files Browse the repository at this point in the history
Change-Id: I33d959d787176a028c1721611b116eec29a385e3
Signed-off-by: Sudesh Shetty <sudesh.shetty@securekey.com>
  • Loading branch information
sudeshrshetty committed Jun 22, 2017
1 parent dafbe28 commit ea51b78
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions test/integration/base_test_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ import (

// BaseSetupImpl implementation of BaseTestSetup
type BaseSetupImpl struct {
Client api.FabricClient
OrdererAdminClient api.FabricClient
Channel api.Channel
EventHub api.EventHub
ConnectEventHub bool
ConfigFile string
ChannelID string
ChainCodeID string
Initialized bool
ChannelConfig string
Client api.FabricClient
Channel api.Channel
EventHub api.EventHub
ConnectEventHub bool
ConfigFile string
ChannelID string
ChainCodeID string
Initialized bool
ChannelConfig string
}

// Initialize reads configuration from file and sets up client, channel and event hub
Expand Down

0 comments on commit ea51b78

Please sign in to comment.