diff --git a/lib/common_test.go b/lib/common_test.go index 2b21f55..ff836d9 100644 --- a/lib/common_test.go +++ b/lib/common_test.go @@ -1,6 +1,9 @@ package lib -import "testing" +import ( + "reflect" + "testing" +) func TestContainsCommand(t *testing.T) { tables := []struct {