Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
Declare throws
  • Loading branch information
tvolkert committed Jan 25, 2023
commit 7d74bdde20f34e6484e18936e88cd24a019990fc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ public void signInThrowsWithoutActivity() {
}

@Test
public void signInSilentlyThatImmediatelyCompletesWithoutResultFinishesWithError() {
public void signInSilentlyThatImmediatelyCompletesWithoutResultFinishesWithError()
throws ApiException {
final String clientId = "fakeClientId";
MethodCall methodCall = buildInitMethodCall(clientId, null);
initAndAssertServerClientId(methodCall, clientId);
Expand Down