Skip to content

Commit 77abb65

Browse files
committed
fix typo
1 parent 0b8e060 commit 77abb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_kite_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ using Serialization
200200

201201
# Check if TE point returned to original position
202202
reset_te_point = copy(body_aero.panels[i].TE_point_1)
203-
@test isapprox(original_te_point, reset_te_point, atol=1e-4)
203+
@test original_te_point reset_te_point atol=1e-4
204204
end
205205

206206
rm(test_obj_path)

0 commit comments

Comments
 (0)