Skip to content

Commit

Permalink
fixed the testcase for ranged_test
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jun 10, 2024
1 parent 09bff99 commit 11af20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/maps/overlay_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ mod tests {
expected_x: (u32, u32),
expected_y: (u32, u32),
) {
let img = image::RgbaImage::new(600, 200);
let img = image::RgbaImage::new(1200, 630);
for x in 0..10 {
for y in 0..10 {
let (x_min, x_max) = expected_x;
Expand Down

0 comments on commit 11af20c

Please sign in to comment.