Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 74dc09f

Browse files
author
Clément Le Provost
committed
[test][offline] Update SDK license key
1 parent 4e1f208 commit 74dc09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/src/testOffline/java/com/algolia/search/saas/OfflineTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void setUp() throws Exception {
9494
client = new OfflineClient(RuntimeEnvironment.application, Helpers.app_id, Helpers.api_key);
9595
// NOTE: We don't really control the package name with Robolectric's supplied application.
9696
// The license below is generated for package "com.algolia.search.saas.android".
97-
client.enableOfflineMode(" AkwBAQH/3YXDBf+GxMAFZBxDbJYBbWVudCBMZSBQcm92b3N0IChBbGdvbGlhKR9jb20uYWxnb2xpYS5zZWFyY2guc2Fhcy5hbmRyb2lkMC0CFAP8/jWtJskE4iRYYWAvHYbOOsf8AhUAsS5RNputtb8FEMkqn0r3MOgPmes=");
97+
client.enableOfflineMode("AkcFAQH/hsTABf/y3rwFZBhBbGdvbGlhIERldmVsb3BtZW50IFRlYW0fY29tLmFsZ29saWEuc2VhcmNoLnNhYXMuYW5kcm9pZDAsAhRcbBRtOf3b+N51ZDnzzCKptmj2VQIUFurp73dObNtuDtfFkt42xt9B/Tw=");
9898

9999
// WARNING: Robolectric cannot work with custom executors in `AsyncTask`, so we substitute the client's
100100
// executor with a Robolectric-compliant one.

0 commit comments

Comments
 (0)