Skip to content

Commit

Permalink
fix: integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Aug 9, 2022
1 parent cda0d28 commit 9b0f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration_test_resources_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async fn test_get_resource_by_id_and_resolution() {
.await;

// THEN the response should contain the resized image
assert_that!(response.len()).is_equal_to(316);
assert_that!(response.len()).is_equal_to(299);

// cleanup
cleanup(&base_test_dir).await;
Expand Down

0 comments on commit 9b0f98b

Please sign in to comment.