Skip to content

Commit

Permalink
using fully qualified path to test activity, fixes missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Sep 15, 2022
1 parent e9d15b4 commit 60b164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application>
<activity android:name=".features.pin.lockscreen.tests.LockScreenTestActivity" />
<activity android:name="im.vector.app.features.pin.lockscreen.tests.LockScreenTestActivity" />
</application>

</manifest>

0 comments on commit 60b164a

Please sign in to comment.