Skip to content

Commit

Permalink
chore: add todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Feb 27, 2024
1 parent 83780b9 commit b46a82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ mod tests {
BT::Number(5.),
BT::Operator(OP::Equal),
])]
// TODO: Add test cases that start with each of the operators
fn add(#[case] buttons: Vec<BT>) {
let mut calc: CalculatorApp = Default::default();
for button in buttons {
Expand Down

0 comments on commit b46a82c

Please sign in to comment.