Skip to content

Commit

Permalink
Fix test_ai_store_binary_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Nov 26, 2024
1 parent 033487e commit bf516b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahnlich/ai/src/tests/aiproxy_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ async fn test_ai_proxy_binary_store_actions() {
updated: 0,
})));
expected.push(Err(
"Image Dimensions [(821, 547)] does not match the expected model dimensions [(224, 224)]"
"Image Dimensions [(547, 821)] does not match the expected model dimensions [(224, 224)]"
.to_string(),
));
expected.push(Ok(AIServerResponse::Del(1)));
Expand Down

0 comments on commit bf516b0

Please sign in to comment.