change omniwatcher database test helpers so that it doesn't interfere with downstream maker tests

This commit is contained in:
Ian Norden
2019-01-23 14:55:20 -06:00
parent 46b898f690
commit dc87f39889
8 changed files with 38 additions and 18 deletions
-1
View File
@@ -158,4 +158,3 @@ func (client *MockRpcClient) AssertBatchCalledWith(method string, lengthOfBatch
}
Expect(client.passedMethod).To(Equal(method))
}