Skip to content

Commit 2925428

Browse files
committed
Fix function name in TestUnXml to match updated implementation
1 parent c238387 commit 2925428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/generate/cleaner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func TestUnXml(t *testing.T) {
344344

345345
for _, tt := range tests {
346346
t.Run(tt.name, func(t *testing.T) {
347-
result := UnXml(tt.input)
347+
result := Unxml(tt.input)
348348
require.Equal(t, tt.expected, result)
349349
})
350350
}

0 commit comments

Comments
 (0)