implemented test for converting imdb data to json

master
Vyacheslav Boyko 2019-01-14 14:08:58 +03:00
parent d519856dfd
commit 9898b9113d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class MovieSearchTest
}
@Test
public void testSearchTerminatorReturnsJson() throws ImdbSpiderException, JsonProcessingException {
public void testSearchTerminatorReturningJson() throws ImdbSpiderException, JsonProcessingException {
MovieList result = spider.searchMovieByTitle("Терминатор", 5, EnumSet.of(MovieDataType.ID, MovieDataType.TITLE, MovieDataType.ORIGINAL_TITLE, MovieDataType.YEAR));
ObjectMapper mapper = new ObjectMapper();