Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Oct 27, 2023
1 parent 6091e76 commit 585b437
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void registryGetsPopulated(TestContext ctx) {
GameTestUtil.assertTrue("dialogue registry should match expected state",
ctx.getWorld().getRegistryManager().get(BlabberRegistrar.DIALOGUE_REGISTRY_KEY).streamEntries().map(RegistryEntry.Reference::getKey).map(k -> k.orElseThrow().getValue()).sorted().toList().equals(List.of(
new Identifier("babblings:mountain_king"),
new Identifier("babblings:perception_check"),
new Identifier("babblings:remnant_choice"),
new Identifier("babblings:remnant_choice_builtin")
)
Expand Down

0 comments on commit 585b437

Please sign in to comment.