Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 22, 2022
1 parent 9c6307d commit f9735a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion actors/market/tests/market_actor_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,6 @@ where
dobe.for_each(epoch, |id| {
assert_eq!(epoch % deal_updates_interval, (id as i64) % deal_updates_interval);
count += 1;
Ok(())
})
.unwrap();
assert_eq!(n, count, "unexpected deal count at epoch {}", epoch);
Expand Down

0 comments on commit f9735a6

Please sign in to comment.