Skip to content
Snippets Groups Projects
Verified Commit 728f2fe8 authored by Louis's avatar Louis :fire:
Browse files

Fix spacing test

parent ea4190fc
No related branches found
No related tags found
Loading
......@@ -167,7 +167,7 @@ mod tests {
let space_y = 2;
let columns = super::params_to_columns(189, 13, 0, space_x);
let rows = super::params_to_columns(159, 13, 0, space_y);
let rows = super::params_to_columns(133, 13, 0, space_y);
assert_eq!(columns, 12);
assert_eq!(rows, 9);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment