Skip to content

Commit

Permalink
XMLMockObjects: make artificial SHA1 schema-compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Apr 15, 2022
1 parent e6efb88 commit 611e971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ public Plane createPlane(int z, int c, int t)
plane.setTheZ(new NonNegativeInteger(z));
plane.setTheC(new NonNegativeInteger(c));
plane.setTheT(new NonNegativeInteger(z));
plane.setHashSHA1("1234567890ABCDEF1234567890ABCDEF12345678");
plane.setHashSHA1("1234567890ABCDEF1234");
return plane;
}

Expand Down

0 comments on commit 611e971

Please sign in to comment.