Skip to content
Snippets Groups Projects
Commit b4d6f92e authored by Olivier Levillain's avatar Olivier Levillain
Browse files

Fix the test.

parent 40a53d87
No related branches found
No related tags found
1 merge request!1First MR
Pipeline #32669 passed
...@@ -38,4 +38,4 @@ def test_overall_grade(sample_module): ...@@ -38,4 +38,4 @@ def test_overall_grade(sample_module):
assert sample_module.overall_grade("Durden", "Tyler") == pytest.approx(12.33, 2) assert sample_module.overall_grade("Durden", "Tyler") == pytest.approx(12.33, 2)
assert sample_module.overall_grade("Singer", "Marla") == pytest.approx(10.33, 2) assert sample_module.overall_grade("Singer", "Marla") == pytest.approx(10.33, 2)
assert sample_module.overall_grade("Paulson", "Bob") == pytest.approx(7.00, 2) assert sample_module.overall_grade("Paulson", "Bob") == pytest.approx(7.00, 2)
assert sample_module.overall_grade("Face", "Angel") == pytest.approx(15.33, 2 assert sample_module.overall_grade("Face", "Angel") == pytest.approx(15.33, 2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment