Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8a6aee

Browse files
Update test.py
1 parent b2c03e8 commit a8a6aee

File tree

1 file changed

+1
-1
lines changed
  • exercises/045-class_methods

1 file changed

+1
-1
lines changed

‎exercises/045-class_methods/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_calculate_circle_area_class_method_returns_expected_area():
1919
result = MathOperations.calculate_circle_area(5)
2020
assert result == 78.53975
2121

22-
@pytest.mark.it("The 'calculate_circle_area' class method should return the expected circle area. Testing with another value")
22+
@pytest.mark.it("The 'calculate_circle_area' class method should return the expected circle area. Testing with different values")
2323
def test_calculate_circle_area_class_method_returns_expected_area_for_radius_10():
2424
result = MathOperations.calculate_circle_area(10)
2525
assert result == 314.159

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /