Skip to content

Commit

Permalink
rename testutils to cliotestutils
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
willmurphyscode committed Jan 29, 2024
1 parent 7922e66 commit 96ca556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/application.go → cliotestutils/application.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package testutils
package cliotestutils

import (
"testing"
Expand Down

0 comments on commit 96ca556

Please sign in to comment.