Skip to content

Commit

Permalink
rename test for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Kat Shen <katshen@amazon.com>
  • Loading branch information
shenkw1 committed Jul 31, 2023
1 parent 50e90af commit 446a718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void testDefaultPrioritizeIncludeKeysKeyValueProcessor() {
}

@Test
void testDefaultIncludeKeysNotInKeyValueProcessor() {
void testIncludeKeysNotInRecordMessageKeyValueProcessor() {
final Map<String, Object> defaultMap = Map.of("key1", "value1");
final List<String> includeKeys = List.of("key1");
when(mockConfig.getDefaultKeys()).thenReturn(defaultMap);
Expand Down

0 comments on commit 446a718

Please sign in to comment.