Skip to content

Commit

Permalink
update EBCDIC1047 tests to new Inspect string
Browse files Browse the repository at this point in the history
  • Loading branch information
Inuart committed Oct 27, 2024
1 parent 2ee374e commit bb73cfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions prefix/ebcdic1047_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ func TestEBCDIC1047PrefixersDecodeErrors(t *testing.T) {

func TestEBCDIC1047PrefixersInspect(t *testing.T) {
t.Parallel()
require.Equal(t, "EBCDIC.Fixed", EBCDIC1047.Fixed.Inspect())
require.Equal(t, "EBCDIC.L", EBCDIC1047.L.Inspect())
require.Equal(t, "EBCDIC.LL", EBCDIC1047.LL.Inspect())
require.Equal(t, "EBCDIC.LLL", EBCDIC1047.LLL.Inspect())
require.Equal(t, "EBCDIC.LLLL", EBCDIC1047.LLLL.Inspect())
require.Equal(t, "EBCDIC1047.Fixed", EBCDIC1047.Fixed.Inspect())
require.Equal(t, "EBCDIC1047.L", EBCDIC1047.L.Inspect())
require.Equal(t, "EBCDIC1047.LL", EBCDIC1047.LL.Inspect())
require.Equal(t, "EBCDIC1047.LLL", EBCDIC1047.LLL.Inspect())
require.Equal(t, "EBCDIC1047.LLLL", EBCDIC1047.LLLL.Inspect())
}

0 comments on commit bb73cfb

Please sign in to comment.