mirror of https://github.com/goccy/go-json.git
Update encode_test.go
Co-authored-by: Fulvio <fulviodenza823@gmail.com>
This commit is contained in:
parent
c1b23af63a
commit
be494e932a
|
@ -2389,7 +2389,7 @@ func TestIssue324(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestIssue271(t *testing.T) {
|
||||
func TestCamelCaseField(t *testing.T) {
|
||||
type T struct {
|
||||
FieldA bool
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue