Skip to content

Commit

Permalink
Improve Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Jan 6, 2024
1 parent 40455be commit 03d4ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ let hello_mock = server.mock(|when, then| {
// Send an HTTP request to the mock server. This simulates your code.
let response = isahc::get(server.url("/translate?word=hello")).unwrap();

// Ensure the specified mock was called exactly one time (or fail with a detailed error description).
// Ensure the specified mock was called exactly one time (or fail with a
// detailed error description).
hello_mock.assert();

// Ensure the mock server did respond as specified.
Expand Down

0 comments on commit 03d4ea9

Please sign in to comment.