We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66eb89 commit 90f1ce8Copy full SHA for 90f1ce8
file_test.go
@@ -48,6 +48,7 @@ func TestFileJSON(t *testing.T) {
48
err = json.Unmarshal(buf, &o4)
49
require.NoError(t, err)
50
o4Bytes, err := o4.BinaryFieldPtr.Bytes()
51
+ require.NoError(t, err)
52
assert.Equal(t, []byte("hello"), o4Bytes)
53
54
}
0 commit comments