From b582b19359fd7b62d341988d30d49236fd7fa317 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:08:36 -0500 Subject: [PATCH] Remove duplicate declaration --- command/apply_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/command/apply_test.go b/command/apply_test.go index 1385817c4..284d8775d 100644 --- a/command/apply_test.go +++ b/command/apply_test.go @@ -940,8 +940,6 @@ func TestApply_planNoModuleFiles(t *testing.T) { p := applyFixtureProvider() planPath := applyFixturePlanFile(t) - view, _ := testView(t) - view, _ := testView(t) apply := &ApplyCommand{ Meta: Meta{