From 96ca5562fcc729743c9f12702e5ab6085c21a748 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Mon, 29 Jan 2024 06:59:08 -0500 Subject: [PATCH] rename testutils to cliotestutils There are testutils packages everywhere. Rename clio's testutils package to cliotestutils so that it's more obvious what's being imported. Signed-off-by: Will Murphy --- {testutils => cliotestutils}/application.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {testutils => cliotestutils}/application.go (99%) diff --git a/testutils/application.go b/cliotestutils/application.go similarity index 99% rename from testutils/application.go rename to cliotestutils/application.go index 567291c..d6ff0cd 100644 --- a/testutils/application.go +++ b/cliotestutils/application.go @@ -1,4 +1,4 @@ -package testutils +package cliotestutils import ( "testing"