Skip to content

Commit

Permalink
Change back
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 30, 2024
1 parent d853a74 commit 6c80de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/postgres/adapter/transformer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestDebeziumTransformer_NilOptionalSchema(t *testing.T) {
{Name: "name", ValueConverter: converters.StringPassthrough{}},
},
},
iterator.FromSlice([][]transformer.Row{{rowData}}),
iterator.Once([]transformer.Row{rowData}),
)

rows, err := dbzTransformer.Next()
Expand Down

0 comments on commit 6c80de6

Please sign in to comment.