From de3178796639328256859aad8031199897e0af60 Mon Sep 17 00:00:00 2001 From: Katy Moe Date: Wed, 27 Jan 2021 17:48:36 +0000 Subject: [PATCH] add missing import --- command/state_mv_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/state_mv_test.go b/command/state_mv_test.go index 0b1ca7885..1685d01a2 100644 --- a/command/state_mv_test.go +++ b/command/state_mv_test.go @@ -4,6 +4,7 @@ import ( "fmt" "os" "path/filepath" + "strings" "testing" "github.com/google/go-cmp/cmp"