Skip to content

Commit

Permalink
Fixed complete example
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Mar 31, 2021
1 parent e58dd6c commit f70e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -195,7 +195,7 @@ fn alice() -> User {
// and `authed_user`
#[should_panic(expected = "Invalid query error")] // We whould test a panic
fn should_be_invalid_query_error(
#[case] repository: impl Repository,
repository: impl Repository,
#[case] user: User,
#[values(" ", "^%$#@!", "....")]
query: &str
Expand Down

0 comments on commit f70e357

Please sign in to comment.