fix test for #20
diff --git a/tests/smoke/annotation_processing_tests.py b/tests/smoke/annotation_processing_tests.py
index 5f13fe0..7e6786f 100644
--- a/tests/smoke/annotation_processing_tests.py
+++ b/tests/smoke/annotation_processing_tests.py
@@ -129,7 +129,7 @@
 
     def test_annotation_processing_compile_and_run_kapt_example(self):
         """A Self contained example annotation processing package should compile and launch without errors."""
-        self.buildLaunchExpectingSuccess("//examples/dagger")
+        self.buildLaunchExpectingSuccess("//examples/dagger:coffee_app")
 
 
 if __name__ == '__main__':