mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -208,7 +208,10 @@ mod tests {
|
|||
#[test]
|
||||
fn jsonl_round_trips_through_serde() {
|
||||
let t = VerifyTrace::new();
|
||||
t.record(TraceStage::SandboxStarted, Some("payload=sqli-tautology".to_owned()));
|
||||
t.record(
|
||||
TraceStage::SandboxStarted,
|
||||
Some("payload=sqli-tautology".to_owned()),
|
||||
);
|
||||
t.record(TraceStage::OracleObserved, Some("fired=true".to_owned()));
|
||||
let jsonl = t.to_jsonl();
|
||||
let mut parsed = Vec::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue