Skip to content

Commit

Permalink
Fixed prettier formatting and removed redundant cargo bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
Owliie authored and Dimo99 committed Oct 23, 2023
1 parent 3b9874c commit d385e7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions casper-finality-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ path = "bin/weigh_justification_and_finalization.rs"
name = "test_engine"
path = "src/test_engine/bin/main.rs"

[[bin]]
name = "differential_tester"
path = "src/test_engine/differential_tester/bin/main.rs"

[dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false }
plonky2x = { git = "https://github.com/succinctlabs/succinctx.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion casper-finality-proofs/src/test_engine/TestEngine.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The test engine is a tool for running unit tests for plonky2 circuits.
}
```

To add a test which is expected to fail on a circuit level, name the JSON file with a trailing `_fail.json`. The test engine will expect the circuit to fail and will mark the test as successful if it does.
To add a test which is expected to fail on a circuit level, name the JSON file with a trailing `_fail.`. The test engine will expect the circuit to fail and will mark the test as successful if it does.

- ### Wrappers

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a: 64
b: 10
outputs:
- 74
- 74

0 comments on commit d385e7d

Please sign in to comment.