Updated expected hash of demo data as it has been updated.

This commit is contained in:
CalDescent 2021-10-24 17:41:51 +01:00
parent 6c01955561
commit c222c4eb29

View File

@ -24,7 +24,7 @@ public class ArbitraryDataDigestTests extends Common {
@Test
public void testDirectoryDigest() throws IOException {
Path dataPath = Paths.get("src/test/resources/arbitrary/demo1");
String expectedHash58 = "4cibh7BWNUiaPXL88EgsoKxwg4SG7GVmRRQbBYUrkbcy";
String expectedHash58 = "DKyMuonWKoneJqiVHgw26Vk1ytrZG9PGsE9xfBg3GKDp";
// Ensure directory exists
assertTrue(dataPath.toFile().exists());