finnhub-rs
finnhub-rs copied to clipboard
Improve testing
Currently, we output and print the value of our API request in our tests. We need to check manually if everything looks fine. If anyone has any ideas where we could assert!
, assert_eq!
, or use an external crate to see if the values are what we expect.