Skip to content

Commit

Permalink
test: fix up license test after dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 23, 2025
1 parent 3ba71e4 commit 1cdbc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fundamental/src/license/endpoints/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async fn list_spdx_licenses(ctx: &TrustifyContext) -> Result<(), anyhow::Error>

let response: PaginatedResults<SpdxLicenseSummary> = app.call_and_read_body_json(request).await;

assert_eq!(673, response.total);
assert_eq!(687, response.total);

Ok(())
}
Expand Down

0 comments on commit 1cdbc77

Please sign in to comment.