Skip to content

Commit

Permalink
Update ZrrReaderMock
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed May 1, 2024
1 parent c0a8352 commit 50ffec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loci/formats/utests/ZarrReaderMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public ZarrReaderMock(ZarrService zarrService) {
}

@Override
protected void initializeZarrService(String rootPath) throws IOException, FormatException {
protected void initializeZarrService() throws IOException, FormatException {
zarrService = mockService;
}
}

0 comments on commit 50ffec1

Please sign in to comment.