Skip to content
Snippets Groups Projects
Commit 757d95a0 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

check mock call

parent 2a0a2d47
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ class UserRepositoryProxyTest < ActiveSupport::TestCase ...@@ -10,6 +10,8 @@ class UserRepositoryProxyTest < ActiveSupport::TestCase
assert_raise ::NotPersistedRecordError do assert_raise ::NotPersistedRecordError do
repository.create_graph_node user repository.create_graph_node user
end end
assert odb_user_repository.verify
end end
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment