diff --git a/Project_tests/converter.py b/Project_tests/converter.py
index fda5578a5192f786547157520ca6a29cde5019eb..10f2043a25a7275119ab667a8fe5285f45a7e0c2 100644
--- a/Project_tests/converter.py
+++ b/Project_tests/converter.py
@@ -27,7 +27,8 @@
 
 import unittest
 from abc import ABC, abstractmethod
-from other.AliciMuhamed.Test_Converter_Römische_Zahlen import ConverterMomo as MomoCalc
+#from other.AliciMuhamed.Test_Converter_Römische_Zahlen import ConverterMomo as MomoCalc
+from other.BerishaAlma.test2converter import RomanNumber as AlmaCalc
 
 class IConverter(ABC):
     @abstractmethod
@@ -70,7 +71,7 @@ class DanisConverter(IConverter):
 
 class TestConverter(unittest.TestCase):
     def setUp(self):
-        self.c = MomoCalc
+        self.c = AlmaCalc()
 
     def test_convertOne(self):
         res = self.c.convert(1)
diff --git a/Project_tests/other/BerishaAlma/__pycache__/test2converter.cpython-312.pyc b/Project_tests/other/BerishaAlma/__pycache__/test2converter.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..176c847ed2af26060dfed087bf18ce0e05bd08c7
Binary files /dev/null and b/Project_tests/other/BerishaAlma/__pycache__/test2converter.cpython-312.pyc differ
diff --git a/Project_tests/other/BerishaAlma/test2 converter.py b/Project_tests/other/BerishaAlma/test2converter.py
similarity index 100%
rename from Project_tests/other/BerishaAlma/test2 converter.py
rename to Project_tests/other/BerishaAlma/test2converter.py
diff --git a/Project_tests/report.md b/Project_tests/report.md
index 53694011292572fa5af075909b0eb85aeff966aa..ea3c8ecc459e2994239e57de5811645f231047dd 100644
--- a/Project_tests/report.md
+++ b/Project_tests/report.md
@@ -1,7 +1,7 @@
 | Name         | Interface break | Failed Testcases                                        |
 |--------------|-----------------|---------------------------------------------------------|
 | AliciMuhamed | yes (4)         | test_convertFloat test_convertNegative test_convertZero |
-|              |                 |                                                         |
+| BerishaAlma  | no              | all except one (test_convertThree)                      |
 |              |                 |                                                         |
 |              |                 |                                                         |
 |              |                 |                                                         |