From 9dec082534d2ec8e71dbff9661f43f96061c1603 Mon Sep 17 00:00:00 2001 From: Kimberlee Howley Date: Mon, 11 Mar 2024 16:29:28 -0700 Subject: [PATCH] Remove Dev from command (#230) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce0a499f..e8430b16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ This project was developed using [Android Studio Giraffe](https://developer.andr Run the test task for dev debug build variant: ```shell -./gradlew testDevDebugUnitTest +./gradlew testDebugUnitTest ``` Currently, our build variants are only changing env vars, so any `testUnitTest` variants should run the same tests producing the same result.