1
This commit is contained in:
@@ -3794,7 +3794,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn puzzle_point_incentive_uses_half_points_and_floor_claimable() {
|
||||
// 中文注释:累计单位是 half point,消耗 1 个陶泥币只让作者获得 0.5 个待结算陶泥币。
|
||||
// 中文注释:累计单位是 half point,消耗 1 个光点只让作者获得 0.5 个待结算光点。
|
||||
assert_eq!(puzzle_point_incentive_total_after_spend(0, 1), 1);
|
||||
assert_eq!(puzzle_point_incentive_claimable_points(1, 0), 0);
|
||||
assert_eq!(puzzle_point_incentive_claimable_points(2, 0), 1);
|
||||
|
||||
Reference in New Issue
Block a user