Skip to content

Commit

Permalink
fixup! Don't remove existing capitals in python names
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Oct 17, 2022
1 parent 805044c commit 5c048ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/codegen/python/utilities_test.go
Expand Up @@ -114,6 +114,7 @@ func TestPythonCase(t *testing.T) {
for _, tt := range tests {
tt := tt
t.Run(tt.input, func(t *testing.T) {
t.Parallel()
assert.Equal(t, tt.expected, pythonCase(tt.input))
})
}
Expand Down

0 comments on commit 5c048ab

Please sign in to comment.