Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Dec 3, 2024
1 parent 9074006 commit bce2bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/orchestrator/src/tests/workers/update_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ async fn update_state_worker_first_block_missing() {
.build()
.await;

// skiip first block from DA completion
let mut job_item = get_job_item_mock_by_id("1".to_string(), Uuid::new_v4());
// skip first block from DA completion
let mut job_item = get_job_item_mock_by_id("2".to_string(), Uuid::new_v4());
job_item.status = JobStatus::Completed;
job_item.job_type = JobType::DataSubmission;
services.config.database().create_job(job_item).await.unwrap();
Expand Down

0 comments on commit bce2bf8

Please sign in to comment.