diff --git a/lib/debezium/converters/time_test.go b/lib/debezium/converters/time_test.go index a3b1385e..c0c237b1 100644 --- a/lib/debezium/converters/time_test.go +++ b/lib/debezium/converters/time_test.go @@ -2,11 +2,11 @@ package converters import ( "fmt" - "github.com/artie-labs/transfer/lib/typing" "math" "testing" "time" + "github.com/artie-labs/transfer/lib/typing" "github.com/artie-labs/transfer/lib/typing/ext" "github.com/stretchr/testify/assert" )