diff --git a/Project_tests/converter.py b/Project_tests/converter.py
index 3700d4c8468db70c045161577b768cda96b0a380..07041d3eccee266acd4efdbd58554741cae58397 100644
--- a/Project_tests/converter.py
+++ b/Project_tests/converter.py
@@ -32,7 +32,8 @@ from abc import ABC, abstractmethod
 #from other.GotsisWasilios.TDD_Converter import WasiliRomanNumber as WasiliCalc
 #from other.PikkemaatLasse.romannumerals import RomanNumerals as LasseCalc
 #from other.YildirimHatice.converter import RomanNumber as HaticeCalc
-from other.WeishauptOrlando.RomanConverter import RomanConverter_v1 as OrlandoCalc
+#from other.WeishauptOrlando.RomanConverter import RomanConverter_v1 as OrlandoCalc
+
 
 class IConverter(ABC):
     @abstractmethod
@@ -75,8 +76,7 @@ class DanisConverter(IConverter):
 
 class TestConverter(unittest.TestCase):
     def setUp(self):
-        self.c = OrlandoCalc()
-        self.c.convert = self.c.int_to_roman
+        self.c = DanisConverter()
        
 
     def test_convertOne(self):
diff --git "a/Project_tests/other/AliciMuhamed/__pycache__/Test_Converter_R\303\266mische_Zahlen.cpython-312.pyc" "b/Project_tests/other/AliciMuhamed/__pycache__/Test_Converter_R\303\266mische_Zahlen.cpython-312.pyc"
new file mode 100644
index 0000000000000000000000000000000000000000..b7dbc531211551100b0eba7be93cff6e994bee00
Binary files /dev/null and "b/Project_tests/other/AliciMuhamed/__pycache__/Test_Converter_R\303\266mische_Zahlen.cpython-312.pyc" differ
diff --git a/Project_tests/report.md b/Project_tests/report.md
index 8197e73404bb16d6e72e7970a3bd0712ca8b89d5..a2c928039d928be7628a4aed6a51eb0af45b9ff9 100644
--- a/Project_tests/report.md
+++ b/Project_tests/report.md
@@ -8,4 +8,4 @@ Roman Numbers - Codes of Group members tested with my testcases:
 | PikkemaatLasse   | yes (8)         | none                                                                                                                                                                                                                                                                                                                        |
 | YildirimHatice   | no              | 15/26 failed (test_convertZero, test_convertYear, test_convertThirty, test_convertTen, test_convertString, test_convertSign, test_convertNintyNine, test_convertNinety, test_convertNegative, test_convertMultipleNum, test_convertHighNum, test_convertFourty, test_convertFourDigit,test_convertFloat,test_convertEmpty)  |
 | WeishauptOrlando | yes (5)         | 2/26 failed (test_convertZero, test_convertNegative)                                                                                                                                                                                                                                                                        |
-|                  |                 |                                                                                                                                                                                                                                                                                                                             |
\ No newline at end of file
+| SerchimoMarvin   | -               | -                                                                                                                                                                                                                                                                                                                           |
\ No newline at end of file