Skip to content

Commit

Permalink
changing default to DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Sep 4, 2024
1 parent 563a2a0 commit 0d9f422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void provideBlockStreamConfig() {
ConfigInjectionModule.provideBlockStreamConfig(configuration);

Assertions.assertNotNull(blockStreamConfig);
Assertions.assertEquals(GenerationMode.ADHOC, blockStreamConfig.generationMode());
Assertions.assertEquals(GenerationMode.DIR, blockStreamConfig.generationMode());
}

@Test
Expand Down

0 comments on commit 0d9f422

Please sign in to comment.