Skip to content

Commit

Permalink
Fix utilities test
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Apr 13, 2023
1 parent e763ce1 commit 43b0a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ display(test_joint.rotational)

test_mechanism = Mechanism(test_origin,[test_body],[test_joint])
display(test_mechanism)
display(test_mechanism.matrix_entries[1])
# display(test_mechanism.system) # TODO Removed from tests because '_show_with_braille_patterns' fails during tests for Julia 1.6, but it works in GBS for 1.6.
@test true

Expand Down

0 comments on commit 43b0a28

Please sign in to comment.