Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Oct 29, 2024
1 parent 5241579 commit e569440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_nzs3101.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_nzs3101_assign_concrete_section_valueerror(section_type):


@pytest.mark.parametrize(
("density", "rel_tol", "calc_value"),
("compressive_strength", "rel_tol", "calc_value"),
[
(20, 0, 0.85),
(36, 0, 0.85),
Expand All @@ -99,7 +99,7 @@ def test_nzs3101_alpha_1(compressive_strength, rel_tol, calc_value):


@pytest.mark.parametrize(
("density", "rel_tol", "calc_value"),
("compressive_strength", "rel_tol", "calc_value"),
[
(20, 0, 0.85),
(30, 0, 0.85),
Expand Down

0 comments on commit e569440

Please sign in to comment.