mozilla-mobile / firefox-echo-show

Firefox for Amazon's Echo Show
Mozilla Public License 2.0
25 stars 12 forks source link

Merge UriTest and UriKtTest #236

Closed mcomella closed 5 years ago

mcomella commented 5 years ago

In #72, I added UriKtTest to test various parts of the Uri library. Unfortunately, I didn't notice that UriTest already existed: we should merge the two files to make it clearer what's already tested when writing new Uri tests.

This is a follow-up to #72 so I'm including it in the current sprint.