Skip to content

Commit

Permalink
Turn on debugging for test_prover_sync_with_commitments
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Jul 13, 2024
1 parent 3bd26d9 commit 9b04f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/citrea/tests/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ async fn test_soft_confirmations_status_two_l1() -> Result<(), anyhow::Error> {

#[tokio::test(flavor = "multi_thread")]
async fn test_prover_sync_with_commitments() -> Result<(), anyhow::Error> {
// citrea::initialize_logging(tracing::Level::INFO);
citrea::initialize_logging(tracing::Level::DEBUG);

let storage_dir = tempdir_with_children(&["DA", "sequencer", "prover"]);
let da_db_dir = storage_dir.path().join("DA").to_path_buf();
Expand Down

0 comments on commit 9b04f79

Please sign in to comment.