We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ed1e commit f504b54Copy full SHA for f504b54
1 file changed
eo-runtime/src/test/java/integration/PhiUnphiIT.java
@@ -23,12 +23,6 @@
23
* Integration test for phi-unphi.
24
*
25
* @since 0.1
26
- * @todo #3199:30min Enable PhiUnphiIT. The test was disabled because tuples are converted to EO
27
- * incorrectly after phi-unphi. The key problem is recursive representation of tuples via
28
- * tuple.with method. It should be done via simple application of tuple like it was done before,
29
- * but with calculated length.
30
- * Check the disabled org/eolang/parser/eo-packs/print/tuples-of-tuples-to-stars.yaml pack in
31
- * eo-parser module.
32
* @checkstyle MethodLengthCheck (500 lines)
33
*/
34
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "JTCOP.RuleNotContainsTestWord"})
0 commit comments