From 04062978e98a195d27fe973daea05ef0907bc303 Mon Sep 17 00:00:00 2001 From: Pavel Gabriel Date: Mon, 25 Mar 2024 20:25:19 +0100 Subject: [PATCH] update test --- field/string_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/field/string_test.go b/field/string_test.go index 00b1614..c0b7e9e 100644 --- a/field/string_test.go +++ b/field/string_test.go @@ -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")