Polishing
This commit is contained in:
@@ -51,7 +51,7 @@ public class MediaTypeAssert extends AbstractObjectAssert<MediaTypeAssert, Media
|
||||
* representation.
|
||||
* @param mediaType the expected media type, as a String to be parsed
|
||||
* into a MediaType
|
||||
*/
|
||||
*/
|
||||
public MediaTypeAssert isEqualTo(String mediaType) {
|
||||
return isEqualTo(parseMediaType(mediaType));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user