Skip to content

Commit

Permalink
chore: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Jan 17, 2025
1 parent 0d41428 commit 17e0230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
- [#4708](https://github.com/ChainSafe/forest/issues/4708) Add support for the
`Filecoin.EthTraceBlock` RPC method.

- [#5154](https://github.com/ChainSafe/forest/pull/5154) Added support for test criteria overrides in `forest-tool api compare`.

### Changed

### Removed
Expand Down
2 changes: 1 addition & 1 deletion src/tool/subcommands/api_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub enum ApiCommands {
dump_dir: Option<PathBuf>,

/// Additional overrides to modify success criteria for tests
#[arg(long, num_args = 0.., default_values_t = [TestCriteriaOverride::TimeoutAndTimeout])]
#[arg(long, num_args = 0.., use_value_delimiter = true, value_delimiter = ',', default_values_t = [TestCriteriaOverride::TimeoutAndTimeout])]
test_criteria_overrides: Vec<TestCriteriaOverride>,
},
GenerateTestSnapshot {
Expand Down

0 comments on commit 17e0230

Please sign in to comment.