Polish
Closes gh-11418
This commit is contained in:
committed by
Stephane Nicoll
parent
644359920b
commit
3c5ccb1166
@@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class ItemMetadataTests {
|
||||
|
||||
@Test
|
||||
public void newItemMetadataPrefixWithUpperCasePrefix() {
|
||||
public void newItemMetadataPrefixWithCapitalizedPrefix() {
|
||||
assertThat(newItemMetadataPrefix("Prefix.", "value")).isEqualTo("prefix.value");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user