Skip to content

Commit 27b2266

Browse files
committed
fix(bulker) fix test
1 parent 29ae331 commit 27b2266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bulker/bulkerlib/implementations/sql/bulker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ func TestBasics(t *testing.T) {
399399
streamOptions: []bulker.StreamOption{bulker.WithPrimaryKey("id", "id2"), bulker.WithDeduplicate()},
400400
},
401401
{
402-
name: "multi_pk",
402+
name: "multi_pk_ts",
403403
modes: []bulker.BulkMode{bulker.Batch, bulker.Stream, bulker.ReplaceTable, bulker.ReplacePartition},
404404
expectPartitionId: true,
405405
dataFile: "test_data/repeated_ids_multi_ts.ndjson",

0 commit comments

Comments
 (0)