From 7e2b93560f34a57ccb025aab2c83e045cd294fa5 Mon Sep 17 00:00:00 2001 From: mae Date: Sat, 15 Nov 2025 13:06:40 -0600 Subject: [PATCH] rename tests --- cmd/plt-build-wrapper/main_test.go | 2 +- cmd/plt-fetch/main_test.go | 2 +- cmd/plt-pkg/main_test.go | 2 +- cmd/plt-server/main_test.go | 2 +- cmd/plt-updated/main_test.go | 2 +- go.mod | 2 ++ 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/cmd/plt-build-wrapper/main_test.go b/cmd/plt-build-wrapper/main_test.go index 76b32fb..06c0efd 100644 --- a/cmd/plt-build-wrapper/main_test.go +++ b/cmd/plt-build-wrapper/main_test.go @@ -4,6 +4,6 @@ import ( "testing" ) -func TestHelloWorld(t *testing.T) { +func TestPltBuildWrapper(t *testing.T) { } diff --git a/cmd/plt-fetch/main_test.go b/cmd/plt-fetch/main_test.go index 76b32fb..8967edc 100644 --- a/cmd/plt-fetch/main_test.go +++ b/cmd/plt-fetch/main_test.go @@ -4,6 +4,6 @@ import ( "testing" ) -func TestHelloWorld(t *testing.T) { +func TestPltFetch(t *testing.T) { } diff --git a/cmd/plt-pkg/main_test.go b/cmd/plt-pkg/main_test.go index 76b32fb..acc383a 100644 --- a/cmd/plt-pkg/main_test.go +++ b/cmd/plt-pkg/main_test.go @@ -4,6 +4,6 @@ import ( "testing" ) -func TestHelloWorld(t *testing.T) { +func TestPltPkg(t *testing.T) { } diff --git a/cmd/plt-server/main_test.go b/cmd/plt-server/main_test.go index 76b32fb..2162747 100644 --- a/cmd/plt-server/main_test.go +++ b/cmd/plt-server/main_test.go @@ -4,6 +4,6 @@ import ( "testing" ) -func TestHelloWorld(t *testing.T) { +func TestPltServer(t *testing.T) { } diff --git a/cmd/plt-updated/main_test.go b/cmd/plt-updated/main_test.go index 76b32fb..be7ebc2 100644 --- a/cmd/plt-updated/main_test.go +++ b/cmd/plt-updated/main_test.go @@ -4,6 +4,6 @@ import ( "testing" ) -func TestHelloWorld(t *testing.T) { +func TestPltUpdated(t *testing.T) { } diff --git a/go.mod b/go.mod index 9bfd96a..522037a 100644 --- a/go.mod +++ b/go.mod @@ -1 +1,3 @@ module rosa.moe/planterette + +go 1.24.9