Skip to content

Commit

Permalink
fix for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed May 26, 2024
1 parent 20f8991 commit 79120a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void queryIsCreated() {
creator.createQuery();

assertThat(memoryAppender.countEventsForLogger(LOGGER_NAME)).isPositive();
String msg = "Created query: bin name = firstName, operation = EQ, key = , value = TestName, value2 = ";
String msg = "Created query: bin name = firstName, operation = EQ, key = , value = TestName, value2 = ";
assertThat(memoryAppender.search(msg, Level.DEBUG).size()).isEqualTo(1);
assertThat(memoryAppender.contains(msg, Level.INFO)).isFalse();
}
Expand Down

0 comments on commit 79120a4

Please sign in to comment.