Skip to content

Commit 76b5830

Browse files
committed
TST: fix tests
1 parent 54d894b commit 76b5830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_rocket.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_airfoil(
1919
calisto.add_surfaces(calisto_tail, -1.313)
2020

2121
test_rocket.add_trapezoidal_fins(
22-
2,
22+
3,
2323
span=0.100,
2424
root_chord=0.120,
2525
tip_chord=0.040,
@@ -28,7 +28,7 @@ def test_airfoil(
2828
name="NACA0012",
2929
)
3030
test_rocket.add_trapezoidal_fins(
31-
2,
31+
3,
3232
span=0.100,
3333
root_chord=0.120,
3434
tip_chord=0.040,

0 commit comments

Comments
 (0)