Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public void testListReceipt_clickTransactionDisplaysDetailsWithoutFees() {
}

@Test
public void testListReceipt_verifyTransactionsLoadedUponScrolling() throws InterruptedException {
public void testListReceipt_verifyTransactionsLoadedUponScrolling() {
mMockWebServer.mockResponse().withHttpResponseCode(HTTP_OK).withBody(sResourceManager
.getResourceContent("receipt_list_paged_response.json")).mock();
mMockWebServer.mockResponse().withHttpResponseCode(HTTP_OK).withBody(sResourceManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public void onReceive(Context context, Intent intent) {
}

@Test
public void testListTransferMethod_removeBankAccountClickCancel() throws InterruptedException {
public void testListTransferMethod_removeBankAccountClickCancel() {
mMockWebServer.mockResponse().withHttpResponseCode(HTTP_OK).withBody(sResourceManager
.getResourceContent("transfer_method_list_response.json")).mock();

Expand Down