From c84de54b01f994f79d70fce29bbf0a5a3639c9d6 Mon Sep 17 00:00:00 2001 From: Ashwin Venkatesh Date: Tue, 29 Sep 2020 16:40:28 -0400 Subject: [PATCH] Restructure MatchesConsul test to test against mismatched type - This ensures we dont have to necessarily write failing tests every time we add a field --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index d820362398..8c3eb4e0e9 100644 --- a/main.go +++ b/main.go @@ -4,9 +4,8 @@ import ( "log" "os" - "github.com/mitchellh/cli" - "github.com/hashicorp/consul-k8s/version" + "github.com/mitchellh/cli" ) func main() {