Skip to content

Commit

Permalink
hopefully should be last
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Aug 29, 2024
1 parent 195d375 commit b2fec89
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ public void onInitializeClient() {
LOGGER.info("Starting dynamic registry sync tests...");

TestDynamicObject synced1 = handler.getRegistryManager()
.get(TEST_SYNCED_1_DYNAMIC_REGISTRY_KEY)
.getOrThrow(TEST_SYNCED_1_DYNAMIC_REGISTRY_KEY)
.get(SYNCED_ID);
TestDynamicObject synced2 = handler.getRegistryManager()
.get(TEST_SYNCED_2_DYNAMIC_REGISTRY_KEY)
.getOrThrow(TEST_SYNCED_2_DYNAMIC_REGISTRY_KEY)
.get(SYNCED_ID);
TestNestedDynamicObject simpleNested = handler.getRegistryManager()
.get(TEST_NESTED_DYNAMIC_REGISTRY_KEY)
.getOrThrow(TEST_NESTED_DYNAMIC_REGISTRY_KEY)
.get(SYNCED_ID);

LOGGER.info("Synced - simple: {}", synced1);
Expand Down

0 comments on commit b2fec89

Please sign in to comment.