Skip to content

Commit

Permalink
fix test handling of greenmail.sieve.ignore.detail
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomi-lr committed Nov 26, 2024
1 parent 2ba8856 commit 11055a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void testBuildWithSieveIgnoreDetailEnabledSetting() {
GreenMailConfiguration config = new PropertiesBasedGreenMailConfigurationBuilder().build(props);

assertThat(config).isNotNull();
assertThat(config.isSieveIgnoreDetailEnabled()).isTrue();
assertThat(config.isSieveIgnoreDetailEnabled()).isFalse();
}

@Test
Expand Down

0 comments on commit 11055a4

Please sign in to comment.