Update encode_test.go

Co-authored-by: Fulvio <fulviodenza823@gmail.com>
This commit is contained in:
Erik Pellizzon 2022-06-02 15:50:10 +02:00 committed by GitHub
parent c1b23af63a
commit be494e932a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2389,7 +2389,7 @@ func TestIssue324(t *testing.T) {
}
}
func TestIssue271(t *testing.T) {
func TestCamelCaseField(t *testing.T) {
type T struct {
FieldA bool
}