diff --git a/development-workflow.md b/development-workflow.md index 5d886c6..b995337 100644 --- a/development-workflow.md +++ b/development-workflow.md @@ -35,7 +35,7 @@ * Set 'Test kind' to 'All in package' * Set 'Search for tests' to 'Across module dependencies' * Set 'VM options' to '-Djava.library.path=../briar-desktop/libs' - * Set 'Use classpath of module' to 'briar-android-tests' + * Set 'Use classpath of module' to 'briar-android' * Click 'OK' to create the run configuration * To run the tests from the command line: * `./gradlew test --continue`