Skip to content

Commit e569440

Browse files
Fix broken tests
1 parent 5241579 commit e569440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_nzs3101.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_nzs3101_assign_concrete_section_valueerror(section_type):
7777

7878

7979
@pytest.mark.parametrize(
80-
("density", "rel_tol", "calc_value"),
80+
("compressive_strength", "rel_tol", "calc_value"),
8181
[
8282
(20, 0, 0.85),
8383
(36, 0, 0.85),
@@ -99,7 +99,7 @@ def test_nzs3101_alpha_1(compressive_strength, rel_tol, calc_value):
9999

100100

101101
@pytest.mark.parametrize(
102-
("density", "rel_tol", "calc_value"),
102+
("compressive_strength", "rel_tol", "calc_value"),
103103
[
104104
(20, 0, 0.85),
105105
(30, 0, 0.85),

0 commit comments

Comments
 (0)