Skip to content

Commit

Permalink
Update tests package name as com.glencoesoftware.omero.zarr
Browse files Browse the repository at this point in the history
Matches the repacking of the source code under the same namespace
Also rename the ZarrPixelsServiceTest to match the PixelsService subclass
  • Loading branch information
sbesson committed May 3, 2024
1 parent a7d5f3b commit 141fb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

package com.glencoesoftware.omero.ms.core;
package com.glencoesoftware.omero.zarr;

import java.awt.Dimension;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

package com.glencoesoftware.omero.ms.core;
package com.glencoesoftware.omero.zarr;

import java.io.IOException;
import java.io.File;
Expand All @@ -43,7 +43,7 @@
import static omero.rtypes.rlong;
import static omero.rtypes.rstring;

public class PixelsServiceTest {
public class ZarrPixelsServiceTest {

private ZarrPixelsService pixelsService;
private String uuid = UUID.randomUUID().toString();
Expand Down

0 comments on commit 141fb50

Please sign in to comment.