This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit ab130dff authored by Michael Breu's avatar Michael Breu
Browse files

prettier

parent 4cbec5eb
1 merge request!222Bringing the december release into production
......@@ -18,12 +18,10 @@ import at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.AlternativesPro
import at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.ValidationResultDTO;
import at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.VocabularyServiceConfig;
import at.ac.uibk.gitsearch.service.vocabulary.VocabularyService.VocabularyServiceConfig.VocabularySetting;
import com.fasterxml.jackson.core.exc.StreamReadException;
import com.fasterxml.jackson.databind.DatabindException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
......@@ -33,7 +31,6 @@ import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.stream.Stream;
import org.assertj.core.data.Offset;
import org.codeability.sharing.plugins.api.search.UserProvidedMetadataDTO;
import org.junit.Assert;
......@@ -250,7 +247,7 @@ class VocabularyServiceTest {
List<Arguments> testData = List.of(
Arguments.of(
"testMetaDataWrongDifficulty.yaml",
List.of("The field difficulty contains an invalid entry 'advancedX'."),
List.of("The field difficulty contains an invalid entry 'advancedX'."),
Collections.emptyList()
),
Arguments.of("testMetaDataCorrect.yaml", Collections.emptyList(), Collections.emptyList()),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment