mirror of https://github.com/goccy/go-json.git
Update encode_test.go
This commit is contained in:
parent
1e3fdb0e3d
commit
d8d97b99b4
|
@ -2415,6 +2415,8 @@ func TestCamelCaseField(t *testing.T) {
|
|||
|
||||
if !bytes.Equal(expected, got) {
|
||||
t.Fatalf("failed to encode. expected %q but got %q", expected, got)
|
||||
}
|
||||
}
|
||||
|
||||
func TestIssue339(t *testing.T) {
|
||||
type T1 struct {
|
||||
|
|
Loading…
Reference in New Issue