Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak committed Mar 25, 2024
1 parent 2885c7c commit 0406297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions field/string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ func TestStringWithUTF8Encoding(t *testing.T) {
spec := &Spec{
Length: 10,
Description: "Field",
Enc: encoding.Binary,
Pref: prefix.Binary.Fixed,
Enc: encoding.EBCDIC1047,
Pref: prefix.EBCDIC1047.Fixed,
Pad: padding.Left(' '),
}
str := NewStringValue("hüllo")
Expand Down

0 comments on commit 0406297

Please sign in to comment.