Skip to content

Commit

Permalink
fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
wagpa committed Nov 8, 2024
1 parent 41f5dd4 commit 183ac2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ fn get_default_head(uuid: &Uuid) -> HeadData {
#[cfg(test)]
mod test {
use super::*;
use crate::MojangTestingApi;
use crate::NoCache;
use crate::cache::level::no::NoCache;
use crate::mojang::testing::MojangTestingApi;
use uuid::uuid;

#[tokio::test]
Expand Down

0 comments on commit 183ac2e

Please sign in to comment.