Skip to content

Commit

Permalink
updating test name to fit Example naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
P1llus committed Feb 15, 2021
1 parent 67ee664 commit 76f6582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/common/encoding/xml/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func TestDecode(t *testing.T) {
}
}

func ExampleXMLToJSON() {
func ExampleDecoder_Decode() {
const xml = `
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
Expand Down

0 comments on commit 76f6582

Please sign in to comment.