Skip to content

Commit 526bfcc

Browse files
committed
materialize-clickhouse: fix tests
1 parent 5071f26 commit 526bfcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

materialize-clickhouse/driver_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
package main
22

33
import (
4+
"encoding/json"
45
"testing"
56

67
sql "github.com/estuary/connectors/materialize-sql"
8+
pf "github.com/estuary/flow/go/protocols/flow"
9+
"github.com/stretchr/testify/require"
710
)
811

912
func TestIntegration(t *testing.T) {

0 commit comments

Comments
 (0)