From b46a82cf6be6d7e17f3cf8279ccd8b5fb29faf28 Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:17:35 -0500 Subject: [PATCH] chore: add todo item --- src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.rs b/src/app.rs index 81c58c1..b07977c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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) { let mut calc: CalculatorApp = Default::default(); for button in buttons {