Skip to content

Commit 25d166d

Browse files
committed
Fix broken test
1 parent 31acf26 commit 25d166d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/typegeneration.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Compat
99
@rosimport std_msgs.msg: Float64, String
1010

1111
@test_throws ErrorException @rosimport fake_msgs.msg.FakeMsg
12-
@test_throws KeyError @rosimport std_msgs.msg.FakeMsg
12+
@test_throws ErrorException @rosimport std_msgs.msg.FakeMsg
1313
@test_throws ErrorException @rosimport nav_msgs.srv.GetPlanRequest
1414
rostypegen()
1515

0 commit comments

Comments
 (0)