Question: can you fix the code its showing (test_sample_calc_route) 0 != 1 Expected :1 Actual :0 app = , client = > login = def test_sample_calc_route(app,

can you fix the code its showing
(test_sample_calc_route) 0 != 1
Expected :1 Actual :0
app =
def test_sample_calc_route(app, client, login): with app.app_context(): > assert SampleCalc.record_count() == 1 E AssertionError: assert 0 == 1 E + where 0 =
test_sample_route.py:10: AssertionError
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
