wip 6 fixed tests

This commit is contained in:
2026-08-11 23:01:12 -05:00
parent 456b3448eb
commit 0f045c39a3
9 changed files with 77 additions and 227 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ fn portal(
target_name: &str,
) -> Portal {
Portal {
x,
y,
location: (x, y).into(),
name: name.to_string(),
target_board: target_board.to_string(),
target_name: target_name.to_string(),