From 28fc6a1be0d08a6dd56fb0774d6bd405b90b13bb Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 4 Apr 2019 14:55:07 -0700 Subject: [PATCH] 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 --- core/commands/commands_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/commands/commands_test.go b/core/commands/commands_test.go index 2ac43e8a988..e34c5070c94 100644 --- a/core/commands/commands_test.go +++ b/core/commands/commands_test.go @@ -38,7 +38,6 @@ func TestROCommands(t *testing.T) { "/refs", "/resolve", "/version", - "/version/deps", } cmdSet := make(map[string]struct{})