Skip to content
Snippets Groups Projects
Unverified Commit f4d9d60c authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

correct: /rpc/tendermint TestHTTPNameReg was passing

parent bf75ff35
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,7 @@ func testHTTPCallContract(t *testing.T) {
testCall(t, "HTTP")
}
// TODO: test has been disabled and needs to be re-enabled; tracked in issue
// https://github.com/eris-ltd/eris-db/issues/238
func testHTTPNameReg(t *testing.T) {
func TestHTTPNameReg(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment