Skip to content

Commit

Permalink
comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 16, 2025
1 parent 3e68860 commit a1cd83e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pallas-utxorpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,11 +636,11 @@ mod tests {

// un-comment the following to generate a new snapshot

std::fs::write(
"new_snapshot.json",
serde_json::to_string_pretty(&current).unwrap(),
)
.unwrap();
// std::fs::write(
// "new_snapshot.json",
// serde_json::to_string_pretty(&current).unwrap(),
// )
// .unwrap();

let expected: serde_json::Value = serde_json::from_str(json_str).unwrap();

Expand Down

0 comments on commit a1cd83e

Please sign in to comment.