Skip to content

Commit 86ca1bd

Browse files
committed
Fixed a test. Fixed module dependencies
Signed-off-by: Ivan Malygin <[email protected]>
1 parent 1db9c54 commit 86ca1bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

platform-sdk/swirlds-platform-core/src/test/java/com/swirlds/platform/state/signed/StartupStateUtilsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static void beforeAll() throws ConstructableRegistryException {
9595
final ConstructableRegistry registry = ConstructableRegistry.getInstance();
9696
registry.registerConstructables("com.swirlds");
9797
registry.registerConstructables("org.hiero.consensus");
98+
registry.registerConstructables("org.hiero.base.crypto");
9899
registry.registerConstructable(new ClassConstructorPair(TestMerkleStateRoot.class, TestMerkleStateRoot::new));
99100
}
100101

platform-sdk/swirlds-state-api/src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
requires transitive com.swirlds.metrics.api;
1515
requires transitive org.hiero.base.crypto;
1616
requires transitive org.hiero.base.utility;
17-
requires com.swirlds.logging;
1817
requires org.apache.logging.log4j;
1918
requires static transitive com.github.spotbugs.annotations;
2019
}

0 commit comments

Comments
 (0)