Skip to content

Commit 14e2c8f

Browse files
committed
Add parameterless methods
1 parent b420340 commit 14e2c8f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/tool/subcommands/api_cmd/api_compare_tests.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,18 @@ fn market_actor_state_decode_params_tests(tipset: &Tipset) -> anyhow::Result<Vec
28562856
// to_vec(&market_actor_on_miner_sectors_terminate_params)?,
28572857
// tipset.key().into(),
28582858
// ))?),
2859+
RpcTest::identity(StateDecodeParams::request((
2860+
Address::MARKET_ACTOR,
2861+
fil_actor_market_state::v16::Method::Constructor as u64,
2862+
vec![],
2863+
tipset.key().into(),
2864+
))?),
2865+
RpcTest::identity(StateDecodeParams::request((
2866+
Address::MARKET_ACTOR,
2867+
fil_actor_market_state::v16::Method::CronTick as u64,
2868+
vec![],
2869+
tipset.key().into(),
2870+
))?),
28592871
RpcTest::identity(StateDecodeParams::request((
28602872
Address::MARKET_ACTOR,
28612873
fil_actor_market_state::v16::Method::AddBalanceExported as u64,

0 commit comments

Comments
 (0)