Kechieanyanwu / kitchenApp

Improving how I manage my kitchen inventory
0 stars 1 forks source link

Newly added Item 4 not persisting #61

Closed Kechieanyanwu closed 11 months ago

Kechieanyanwu commented 11 months ago

Newly added Item 4 to the database in the AddItem test doesn't seem to remain by the UpdateItem test. This means that the first DeleteItem test fails because there is no item 4 to delete.

Strange, because before I added in transactions a few commits ago, this was working as expected. What am I not considering here?