Skip to content
Snippets Groups Projects
Commit 99feffb1 authored by Manuel Günther's avatar Manuel Günther
Browse files

used correct database in display annotation test

parent cd741af8
No related branches found
No related tags found
No related merge requests found
...@@ -28,5 +28,5 @@ def test_display_annotations(): ...@@ -28,5 +28,5 @@ def test_display_annotations():
from bob.bio.face.script.display_face_annotations import main from bob.bio.face.script.display_face_annotations import main
with bob.bio.base.test.utils.Quiet(): with bob.bio.base.test.utils.Quiet():
parameters = ['-d', 'atnt', '-a', '/very/unlikely/directory', '--self-test'] parameters = ['-d', 'dummy', '-a', '/very/unlikely/directory', '--self-test']
main(parameters) main(parameters)
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