@cryptotaxi247 / kubo / commits / 28fc6a1be

test: remove version/deps from ro commands test

Because steb did a bad thing and pushed to master. Not sure _why_ my pre-commit hook didn't catch this but... License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Apr 4, 2019 at 14:55 UTC 28fc6a1be0d08a6dd56fb0774d6bd405b90b13bb
1 file changed -1
core/commands/commands_test.go
-1
@@ -38,7 +38,6 @@ func TestROCommands(t *testing.T) {
38 "/refs",
39 "/resolve",
40 "/version",
41 - "/version/deps",
41 }
42
43 cmdSet := make(map[string]struct{})