Skip to content

Commit f9735a6

Browse files
fixup
1 parent 9c6307d commit f9735a6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actors/market/tests/market_actor_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,6 @@ where
13891389
dobe.for_each(epoch, |id| {
13901390
assert_eq!(epoch % deal_updates_interval, (id as i64) % deal_updates_interval);
13911391
count += 1;
1392-
Ok(())
13931392
})
13941393
.unwrap();
13951394
assert_eq!(n, count, "unexpected deal count at epoch {}", epoch);

0 commit comments

Comments
 (0)