Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-berlin-wmse committed Apr 4, 2024
1 parent 61ea9d5 commit d30f6be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,6 @@ public MediaInfoIdValue getMid(ApiConnection connection, String siteIri) throws
}
return mid;
}

public String toString() {
String out = "{"
+ "result=" + result
+ ", filename=" + filename
+ ", pageid=" + pageid
+ ", offset=" + offset
+ ", filekey=" + filekey
+ "}";

return out;
}
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ protected void mockCsrfCall(ApiConnection connection) throws IOException, MediaW
@Test
public void testUploadLocalFileChunked() throws IOException, MediaWikiApiErrorException {
ApiConnection connection = mock(ApiConnection.class);

// mock CSRF token request
mockCsrfCall(connection);

Expand Down

0 comments on commit d30f6be

Please sign in to comment.