This commit is contained in:
Justyer
2024-10-17 17:35:06 +08:00
parent 4213ba7cc1
commit a0182af97d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/fxkt-tech/liv/internal/naming"
"github.com/fxkt-tech/liv/fftool/naming"
)
func TestGen(t *testing.T) {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/fxkt-tech/liv/internal/encoding/json"
"github.com/fxkt-tech/liv/pkg/encoding/json"
)
func TestPretty(t *testing.T) {