matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

Add tests for events.go #86

Closed northernSage closed 3 years ago

northernSage commented 3 years ago

Our current coverage is 24.6%. I plan on getting this up to 100% so we have a better foothold to expand the code, following #9 and #15. I will break the tests into multiple PRs so it's easier to review. Each PR will add tests for a single *.go file, so this one adds tests covering 100% of events.go code.

Feel free to let me know if I can improve the PR in any way 👍🏻