Skip to content

Commit

Permalink
cargo clippy --tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jul 18, 2023
1 parent 9806d64 commit 48dc6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo clippy --tests
2 changes: 1 addition & 1 deletion tests/current_user_orgs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async fn setup_api(template: ResponseTemplate) -> MockServer {
.await;
setup_error_handler(
&mock_server,
&"GET on /user/membership/orgs was not received".to_string(),
"GET on /user/membership/orgs was not received",
)
.await;
mock_server
Expand Down

0 comments on commit 48dc6f9

Please sign in to comment.