Skip to content

Commit

Permalink
Discussion has been had
Browse files Browse the repository at this point in the history
It has been noted that in tests a single bone is okay, as long as we're
not going over the allocated bones
  • Loading branch information
michaeldjeffrey committed Sep 30, 2024
1 parent 464e9f4 commit bba88de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile_verifier/tests/integrations/rewarder_sp_rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,12 @@ async fn test_service_provider_rewards(pool: PgPool) -> anyhow::Result<()> {
.to_string()
);
assert_eq!(5_999, sp_reward.amount);
// assert_eq!(6_000, sp_reward.amount);

assert_eq!(
UnallocatedRewardType::ServiceProvider as i32,
unallocated_reward.reward_type
);
assert_eq!(8_219_178_076_192, unallocated_reward.amount);
// assert_eq!(8_219_178_076_191, unallocated_reward.amount);

// confirm the total rewards allocated matches expectations
let expected_sum =
Expand Down

0 comments on commit bba88de

Please sign in to comment.