Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 13, 2024
1 parent 80a4cdf commit 4968cec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions clients/mssql/values_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ import (
"testing"
"time"

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

"github.com/artie-labs/transfer/lib/config/constants"

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

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

"github.com/artie-labs/transfer/lib/typing/columns"
"github.com/artie-labs/transfer/lib/typing/ext"
"github.com/stretchr/testify/assert"
)

Expand Down Expand Up @@ -121,6 +117,5 @@ func TestParseValue(t *testing.T) {
assert.ErrorContains(t, err, "expected colVal to be either string or *ext.ExtendedTime, type is: int")
assert.Nil(t, val)
}

}
}

0 comments on commit 4968cec

Please sign in to comment.