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