lipanski / mockito

HTTP mocking for Rust!
MIT License
695 stars 59 forks source link

Don't use outdated function in lib.rs example #161

Closed konstin closed 1 year ago

konstin commented 1 year ago

This example is still using mockito::mock instead of creating a Server, i guess this was an oversight when changing all the examples.

lipanski commented 1 year ago

thanks, nicely spotted :+1: