Fix module path in tests
Go Tests / test (push) Failing after 9s

This commit is contained in:
2026-05-06 18:42:45 +02:00
parent 560b0b3a5f
commit dedbcc4cfe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
package simpleorm_test
import (
"simpleorm"
"strconv"
"testing"
simpleorm "git.gdulai.com/gdulai/simpleorm"
log "gitlab.com/gdulai/simpleloglvl"
)
+1 -1
View File
@@ -2,9 +2,9 @@ package simpleorm_test
import (
"os"
"simpleorm"
"testing"
simpleorm "git.gdulai.com/gdulai/simpleorm"
log "gitlab.com/gdulai/simpleloglvl"
)