Skip to content

Commit

Permalink
add missing assertion (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: Guillem <[email protected]>
  • Loading branch information
alarbada and Guillem authored Dec 20, 2024
1 parent 8e68c69 commit f6c92b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/schema/avro_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func Test_AvroExtract(t *testing.T) {
fields := rows.FieldDescriptions()

sch, err := Avro.Extract(table, fields)
is.NoErr(err)

t.Run("schema is parsable", func(t *testing.T) {
is := is.New(t)
Expand Down

0 comments on commit f6c92b6

Please sign in to comment.