chore(server): changed test import to be generic

This commit is contained in:
Serkyo 2026-07-11 22:47:20 +02:00
parent c54eeb2216
commit 8a0a28765c

View file

@ -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;