djc / tokio-imap

Tokio-based IMAP implementation
Apache License 2.0
123 stars 42 forks source link

Restore test coverage from `NameAttribute` change #136

Closed MichaelMcDonnell closed 2 years ago

MichaelMcDonnell commented 2 years ago

My recent changes to add NameAttribute parsing lowered the test coverage. I have added a simple test to make sure into_owned returns the same value but just with different ownership. That should restore the test coverage to what it was before.

djc commented 2 years ago

Thanks!

MichaelMcDonnell commented 2 years ago

Wow, that was a fast merge! Thanks!