Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 19, 2024
1 parent 4ff1707 commit 713c3db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/typing/ext/parse_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package ext

import (
"fmt"
"testing"
"time"

Expand Down Expand Up @@ -40,7 +39,7 @@ func TestParseFromInterface(t *testing.T) {
{
value, err := ParseFromInterface("2024-09-19T16:05:18.630Z", TimestampTzKindType)
assert.NoError(t, err)
fmt.Println("value", value)
assert.Equal(t, "2024-09-19T16:05:18.630Z", value.String(""))
}
}

Expand Down

0 comments on commit 713c3db

Please sign in to comment.