From 92ecd6706fce98a469e8bacc3ebdb35f0071502c Mon Sep 17 00:00:00 2001 From: Gurarpit Singh Date: Sat, 9 Nov 2019 23:50:16 +0000 Subject: [PATCH] fix test --- plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test.go b/plugin_test.go index afa8de5..42a2df0 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -114,7 +114,7 @@ func TestPlugin(t *testing.T) { { "default", exec.Command("terraform", "validate"), - } + }, } for _, tt := range tests {