8000 [FSSDK-10501] forward exceptions for ODP fetch segments by jaeopt · Pull Request #483 · optimizely/android-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-10501] forward exceptions for ODP fetch segments #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
jaeopt committed Jul 31, 2024
commit 138c17c9c9b6c7411d1dc16e37a2b4bfbd1eb7e8
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public void setup() {
}
}

@Test(expected=ArgumentsAreDifferent.class)
public void testGoodActivation1() {
OptimizelyClient optimizelyClient = new OptimizelyClient(optimizely, logger);
optimizelyClient.activate("1", "1");
Expand Down
Loading
0