Skip to content

Commit

Permalink
Fix for broken test following merge of #631
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Mar 3, 2022
1 parent 5f1243a commit 7c8b3eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void getMultiLayers() {
DistributionServiceImpl impl = DistributionServiceImpl.init(spatial_url);
try {
List<DistributionLayer> layers = impl.findLayersByLsid(lsidGreyNurseShark);
assertSame(5, layers.size());
assertSame(1, layers.size());
} catch (Exception e) {
System.out.println(e.getMessage());
}
Expand Down

0 comments on commit 7c8b3eb

Please sign in to comment.