use super::* from tests submodules

This commit is contained in:
Jeong YunWon 2023-02-22 21:01:39 +09:00
parent 97a08ee77b
commit e26369a34e
3 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ impl Location {
#[cfg(test)]
mod tests {
use crate::Location;
use super::*;
#[test]
fn test_gt() {