Skip to content

Commit

Permalink
rule build
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Oct 28, 2023
1 parent 792b530 commit 22da6f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/rule/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,9 @@ mod tests {
got_creditor_approval_count = got_creditor_approval_count + 1
}
}
let want_creditor_approval_count = 2;

// want 2 rule added creditor approvals
let want_creditor_approval_count = 2;
assert_eq!(
got_creditor_approval_count, want_creditor_approval_count,
"got {}, want {}",
Expand Down

0 comments on commit 22da6f0

Please sign in to comment.