Skip to content

Commit

Permalink
chore: bump android-emulator-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Oct 12, 2023
1 parent c134d48 commit 9e0f947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-android-instrumented-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# script: echo "Generated AVD snapshot for caching."

- name: Android Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2.27.0
uses: reactivecircus/android-emulator-runner@v2.28.0
with:
api-level: ${{ matrix.api-level }}
target: google_apis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ actual open class BaseProteusClientTest {
}

actual suspend fun createProteusClient(proteusStore: ProteusStoreRef, databaseKey: ProteusDBSecret?): ProteusClient {
return databaseKey?.let {
coreCryptoCentral(proteusStore.value, it.value).proteusClient()
} ?: cryptoboxProteusClient(proteusStore.value, testCoroutineScheduler, testCoroutineScheduler)
// return databaseKey?.let {
return coreCryptoCentral(proteusStore.value, "secret").proteusClient()
// } ?: cryptoboxProteusClient(proteusStore.value, testCoroutineScheduler, testCoroutineScheduler)
}
}

0 comments on commit 9e0f947

Please sign in to comment.