summaryrefslogtreecommitdiff
path: root/test/error.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-12-12 09:15:48 +0000
committergebele <gebele@in-silico.ch>2016-12-12 09:15:48 +0000
commitda086fad5b45c0d7b59feb40d0108ac620613933 (patch)
tree7e9cf8c9332e30552ab255ee9b30e04e904977b4 /test/error.rb
parent32a16d99b51642cac8e75f90c43753d8d05ab770 (diff)
parent4570f11444bc10da88d849e9a2812e95a8933c8a (diff)
merged development
Diffstat (limited to 'test/error.rb')
-rw-r--r--test/error.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/error.rb b/test/error.rb
index 16a7077..eeac735 100644
--- a/test/error.rb
+++ b/test/error.rb
@@ -8,8 +8,8 @@ class ErrorTest < MiniTest::Test
end
def test_error_methods
- assert_raises OpenTox::ResourceNotFoundError do
- resource_not_found_error "This is a test"
+ assert_raises OpenTox::NotFoundError do
+ not_found_error "This is a test"
end
end