Skip to content

Commit

Permalink
chore: fix encoder test (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Oct 4, 2024
1 parent 0ed70d5 commit d91d6a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions encoder/encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ func TestEncode(t *testing.T) {
}

for i, tc := range tt {
if i != len(tt)-1 {
continue
}
t.Run(fmt.Sprintf("[%d] %s", i, tc.name), func(t *testing.T) {
enc := New(tc.w)
err := enc.Encode(tc.fit)
Expand Down

0 comments on commit d91d6a4

Please sign in to comment.