Skip to content

Commit

Permalink
#603 test enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 25, 2022
1 parent 029ae47 commit 99dcf21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SOFTWARE.
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>0.21.9</version>
<version>0.21.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
import org.cactoos.text.TextOf;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.io.TempDir;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
Expand Down Expand Up @@ -78,7 +77,6 @@ public final class SnippetTest {
@TempDir
public Path temp;

@Disabled
@ParameterizedTest
@MethodSource("yamlSnippets")
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 99dcf21

Please sign in to comment.