From 0f25b75fe4cde1139598cbb7f6498b1708f4ac7b Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 5 Sep 2022 15:14:42 -0500 Subject: [PATCH] Add forgotten imports --- lib/common_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {