style: cargo fmt --all
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use std::sync::Arc;
|
||||
use application::testing::InMemoryJobRepository;
|
||||
use application::processing::{StartJobCommand, StartJobHandler};
|
||||
use application::testing::InMemoryJobRepository;
|
||||
use domain::entities::{Job, JobStatus, JobType};
|
||||
use domain::errors::DomainError;
|
||||
use domain::ports::JobRepository;
|
||||
use domain::value_objects::StructuredData;
|
||||
use std::sync::Arc;
|
||||
|
||||
#[tokio::test]
|
||||
async fn starts_queued_job() {
|
||||
|
||||
Reference in New Issue
Block a user