From 4d9c697b6b8241c268d2c880b5685e1884958d19 Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Tue, 29 Aug 2023 20:01:20 +0300 Subject: [PATCH] feat(#2044): Remove the failed test which causes exceptions --- eo-runtime/src/test/eo/org/eolang/cti-test.eo | 8 -------- 1 file changed, 8 deletions(-) diff --git a/eo-runtime/src/test/eo/org/eolang/cti-test.eo b/eo-runtime/src/test/eo/org/eolang/cti-test.eo index acfc84ae4e..10b00b6cc7 100644 --- a/eo-runtime/src/test/eo/org/eolang/cti-test.eo +++ b/eo-runtime/src/test/eo/org/eolang/cti-test.eo @@ -34,11 +34,3 @@ "warning" "This method is deprecated!" $.equal-to 4 - -[] > fails-since-deprecated - assert-that > @ - cti - 2.times 2 - "error" - "This method is deprecated!" - $.equal-to 4