Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 9, 2024
1 parent b799cd2 commit 53d4381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha-core/src/blind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ mod tests {
assert!(result.is_ok());
let result = result.unwrap();
assert!(result.clone().len() == 10);
assert!(result.get(0).unwrap().0.amount == 0);
assert!(result.get(0).unwrap().0.amount == 1);
}

#[test]
Expand Down

0 comments on commit 53d4381

Please sign in to comment.