Skip to content

Commit

Permalink
test: save snapshot of equal operation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Mar 5, 2024
1 parent 91b8554 commit 380e6d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/snapshots/calculator__app__tests__add-03.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
source: src/app.rs
assertion_line: 303
expression: calc
---
CalculatorApp {
value: None,
answer: Some(
11.0,
),
last_operation: Some(
Equal,
),
error_message: None,
}

0 comments on commit 380e6d2

Please sign in to comment.