Skip to content

Commit

Permalink
test: adapt to new license list
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 21, 2024
1 parent fe8fd55 commit 5136c6d
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!(666, response.total);
assert_eq!(673, response.total);

Ok(())
}
Expand Down

0 comments on commit 5136c6d

Please sign in to comment.