Skip to content

Commit

Permalink
fix: add sequencer test again
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Jan 12, 2024
1 parent f8a3666 commit a97ee24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/da.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ mod da_tests {
}
}

/* #[tokio::test]
#[tokio::test]
async fn test_sequencer_and_light_client() {
if let Err(e) = clear_file("data.json") {
println!("Fehler beim Löschen der Datei: {}", e);
Expand Down Expand Up @@ -479,7 +479,7 @@ mod da_tests {

sequencer.abort();
light_client.abort();
} */
}
}


Expand Down

0 comments on commit a97ee24

Please sign in to comment.