Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
li.fusheng committed Jul 4, 2023
1 parent 4fc947e commit 0728f40
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/local_convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"cdt"
"github.com/JoiLa/cdt"
)

// TestConvertString test convert string
Expand Down
2 changes: 1 addition & 1 deletion test/test_boolean_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package test
import (
"testing"

"cdt"
"github.com/JoiLa/cdt"
)

func TestParseBoolean(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/test_cdt_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"cdt"
"github.com/JoiLa/cdt"
)

type jsonObject struct {
Expand Down
2 changes: 1 addition & 1 deletion test/test_cdt_sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"cdt"
"github.com/JoiLa/cdt"

"gorm.io/driver/mysql"
"gorm.io/driver/sqlite"
Expand Down
2 changes: 1 addition & 1 deletion test/test_float_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
"testing"

"cdt"
"github.com/JoiLa/cdt"
)

func TestParseFloat64(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/test_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
"testing"

"cdt"
"github.com/JoiLa/cdt"
)

func TestParseInt(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/test_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"testing"

"cdt"
"github.com/JoiLa/cdt"
)

func TestParseString(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/test_uint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"

"cdt"
"github.com/JoiLa/cdt"
)

func TestParseUint(t *testing.T) {
Expand Down

0 comments on commit 0728f40

Please sign in to comment.