briandorsey / wavrw

wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.
Apache License 2.0
3 stars 1 forks source link

update tests to use assert_eq!(actual, expected) order #9

Closed briandorsey closed 7 months ago

briandorsey commented 8 months ago

Seems like this is convention in Rust docs, and keeps things similar when using asserts with more parameters.