Skip to content

Commit

Permalink
Merge branch 'master' into additional-string-converters
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 18, 2024
2 parents 4cb0b91 + aab8d1c commit b3cd738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions lib/typing/converters/string_converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import (
"fmt"
"time"

"github.com/artie-labs/transfer/lib/typing/decimal"

"github.com/artie-labs/transfer/lib/config/constants"
"github.com/artie-labs/transfer/lib/typing"
"github.com/artie-labs/transfer/lib/typing/decimal"
"github.com/artie-labs/transfer/lib/typing/ext"
)

Expand Down
7 changes: 3 additions & 4 deletions lib/typing/converters/string_converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ package converters
import (
"testing"

"github.com/artie-labs/transfer/lib/numbers"

"github.com/artie-labs/transfer/lib/typing/decimal"
"github.com/stretchr/testify/assert"

"github.com/artie-labs/transfer/lib/config/constants"
"github.com/stretchr/testify/assert"
"github.com/artie-labs/transfer/lib/numbers"
"github.com/artie-labs/transfer/lib/typing/decimal"
)

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

0 comments on commit b3cd738

Please sign in to comment.