diff --git a/pallas-utxorpc/src/lib.rs b/pallas-utxorpc/src/lib.rs index 4025f3e4..0b4b070a 100644 --- a/pallas-utxorpc/src/lib.rs +++ b/pallas-utxorpc/src/lib.rs @@ -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(¤t).unwrap(), - ) - .unwrap(); + // std::fs::write( + // "new_snapshot.json", + // serde_json::to_string_pretty(¤t).unwrap(), + // ) + // .unwrap(); let expected: serde_json::Value = serde_json::from_str(json_str).unwrap();