Skip to content

Commit f6c92b6

Browse files
alarbadaguillemus
andauthored
add missing assertion (#230)
Co-authored-by: Guillem <[email protected]>
1 parent 8e68c69 commit f6c92b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/schema/avro_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func Test_AvroExtract(t *testing.T) {
5151
fields := rows.FieldDescriptions()
5252

5353
sch, err := Avro.Extract(table, fields)
54+
is.NoErr(err)
5455

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

0 commit comments

Comments
 (0)