Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Jan 11, 2023
1 parent e3c0b34 commit 01b845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestNewWriter(t *testing.T) {

buf := new(bytes.Buffer)

wc, err := gc.NewWriter(buf, gc.FormatTime(0), gc.CardSize(gc.MemoryCard59), gc.Encoding(gc.EncodingANSI))
wc, err := gc.NewWriter(buf, gc.FormatTime(0))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 01b845f

Please sign in to comment.