Refactorings to get tests passing with local Ganache setup

- removes assertions against data with timestamps to facilitate running
the tests against a freshly setup local Ganache instance
- also applies a few `go vet` and `go fmt` changes
This commit is contained in:
Rob Mulholand
2018-08-09 16:55:44 -05:00
parent b37324bf3d
commit 55229cd2eb
7 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -67,4 +67,4 @@ func (client *MockRpcClient) SupportedModules() (map[string]string, error) {
func (client *MockRpcClient) SetSupporedModules(supportedModules map[string]string) {
client.supportedModules = supportedModules
}
}