File tree 3 files changed +3
-5
lines changed
src/test/java/org/eolang/maven
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
- family-names : " Bugayenko"
5
5
given-names : " Yegor"
6
6
orcid : " https://orcid.org/0000-0001-6370-0678"
7
- title : " EOLANG and phi -calculus"
7
+ title : " EOLANG and 𝜑 -calculus"
8
8
version : 0.23.0
9
9
doi : 10.48550/arXiv.2111.13384
10
10
date-released : 2022-05-09
11
- url : " https://github.com/objectionary/eo"
11
+ url : " https://github.com/objectionary/eo"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ SOFTWARE.
147
147
<dependency >
148
148
<groupId >org.eolang</groupId >
149
149
<artifactId >eo-runtime</artifactId >
150
- <version >0.23.6 </version >
150
+ <version >0.23.8 </version >
151
151
<scope >test</scope >
152
152
</dependency >
153
153
<dependency >
Original file line number Diff line number Diff line change 48
48
import org .cactoos .text .UncheckedText ;
49
49
import org .hamcrest .MatcherAssert ;
50
50
import org .hamcrest .Matchers ;
51
- import org .junit .jupiter .api .Disabled ;
52
51
import org .junit .jupiter .api .io .TempDir ;
53
52
import org .junit .jupiter .params .ParameterizedTest ;
54
53
import org .junit .jupiter .params .provider .MethodSource ;
@@ -78,7 +77,6 @@ public final class SnippetTest {
78
77
@ TempDir
79
78
public Path temp ;
80
79
81
- @ Disabled
82
80
@ ParameterizedTest
83
81
@ MethodSource ("yamlSnippets" )
84
82
@ SuppressWarnings ("unchecked" )
You can’t perform that action at this time.
0 commit comments