Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Apr 25, 2024
1 parent 759bb40 commit 3e6ca6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/grid/flat_triangle_grid/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ mod test {
HashMap::from([(0, 0), (1, 1), (2, 2), (3, 3)]),
vec![0, 1],
HashMap::from([(0, 0), (1, 1)]),
None,
None,
)
}

Expand All @@ -542,6 +544,8 @@ mod test {
HashMap::from([(0, 0), (1, 1), (2, 2), (3, 3)]),
vec![0, 1],
HashMap::from([(0, 0), (1, 1)]),
None,
None,
)
}

Expand Down

0 comments on commit 3e6ca6b

Please sign in to comment.