chore(server): changed test import to be generic
This commit is contained in:
parent
c54eeb2216
commit
8a0a28765c
|
|
@ -63,7 +63,7 @@ impl ChunkCache {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::ChunkCache;
|
||||
use super::*;
|
||||
use shared::generator::{VoxelGenerator, WorldGenConfig};
|
||||
use shared::world::{BlockId, ChunkPos};
|
||||
use std::num::NonZeroUsize;
|
||||
|
|
|
|||
Loading…
Reference in a new issue