summaryrefslogtreecommitdiff
path: root/test/soap/test_property.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/test_property.rb')
-rw-r--r--test/soap/test_property.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_property.rb b/test/soap/test_property.rb
index 1cc826695f..5cd25a30f7 100644
--- a/test/soap/test_property.rb
+++ b/test/soap/test_property.rb
@@ -130,7 +130,7 @@ __EOP__
tag = Object.new
tested = false
@prop.add_hook("foo.bar") do |key, value|
- assert_raise(TypeError) do
+ assert_raise(RuntimeError) do
key << "baz"
end
tested = true