assertions
assertions copied to clipboard
add missing import for example
The Expressive assertion example also required assert_structs_equal to be imported to work, as it's mentioned on line 141.
This commit adds it in, just so it's not missed.
Thanks for the great package! It's already saved me lots of work.