mirror of
https://github.com/kristoferssolo/hexlab.git
synced 2025-10-21 19:40:34 +00:00
fix: typo
This commit is contained in:
parent
7e5abb9a79
commit
83f2e47e27
@ -84,7 +84,7 @@ impl DerefMut for HexMaze {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
mod test {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
||||
@ -73,7 +73,7 @@ impl Display for HexTile {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
mod test {
|
||||
use hexx::EdgeDirection;
|
||||
|
||||
use super::*;
|
||||
|
||||
@ -396,7 +396,7 @@ impl Default for Walls {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
mod test {
|
||||
use super::*;
|
||||
|
||||
// all_directions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user