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

Commit 1420b9b

Browse files
author
Clément Le Provost
committed
[offline][test] Update Offline Core license key
1 parent 63f699b commit 1420b9b

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("AkcFAQH/hsTABf/y3rwFZBhBbGdvbGlhIERldmVsb3BtZW50IFRlYW0fY29tLmFsZ29saWEuc2VhcmNoLnNhYXMuYW5kcm9pZDAsAhRcbBRtOf3b+N51ZDnzzCKptmj2VQIUFurp73dObNtuDtfFkt42xt9B/Tw=");
97+
client.enableOfflineMode("AkcFAQH/8t68Bf+khLkFZBhBbGdvbGlhIERldmVsb3BtZW50IFRlYW0fY29tLmFsZ29saWEuc2VhcmNoLnNhYXMuYW5kcm9pZDAtAhRETtx0EMmO5K7HzhJCO4rcdqI5jQIVAKOZrmizb82ntMb6x+aQKqet9J5x");
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)