Skip to content

Commit 2df8d3b

Browse files
committed
BUG: fix eng file test bug
1 parent 1e6f8c0 commit 2df8d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_solidmotor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def tests_import_eng_asserts_read_values_correctly(solid_motor):
150150
"tests/fixtures/motor/Cesaroni_M1670.eng"
151151
)
152152

153-
assert comments == [";this motor is COTS\n", ";3.9 burnTime\n"]
153+
assert comments == [";this motor is COTS", ";3.9 burnTime", ";"]
154154
assert description == ["M1670-BS", "75", "757", "0", "3.101", "5.231", "CTI"]
155155
assert dataPoints == [
156156
[0, 0],

0 commit comments

Comments
 (0)