rename tests

This commit is contained in:
mae
2025-11-15 13:06:40 -06:00
parent d0431ba1ed
commit 7e2b93560f
6 changed files with 7 additions and 5 deletions

View File

@@ -4,6 +4,6 @@ import (
"testing"
)
func TestHelloWorld(t *testing.T) {
func TestPltBuildWrapper(t *testing.T) {
}

View File

@@ -4,6 +4,6 @@ import (
"testing"
)
func TestHelloWorld(t *testing.T) {
func TestPltFetch(t *testing.T) {
}

View File

@@ -4,6 +4,6 @@ import (
"testing"
)
func TestHelloWorld(t *testing.T) {
func TestPltPkg(t *testing.T) {
}

View File

@@ -4,6 +4,6 @@ import (
"testing"
)
func TestHelloWorld(t *testing.T) {
func TestPltServer(t *testing.T) {
}

View File

@@ -4,6 +4,6 @@ import (
"testing"
)
func TestHelloWorld(t *testing.T) {
func TestPltUpdated(t *testing.T) {
}

2
go.mod
View File

@@ -1 +1,3 @@
module rosa.moe/planterette
go 1.24.9