diff --git a/ProjektTest/__pycache__/stringCalculator.cpython-313.pyc b/ProjektTest/__pycache__/stringCalculator.cpython-313.pyc
index 269227fe4ae0ca3fece8068c0dc8f3ece3f43caf..2e7da91dbc0c57d9b6749b4ce7616e8cd532d57f 100644
Binary files a/ProjektTest/__pycache__/stringCalculator.cpython-313.pyc and b/ProjektTest/__pycache__/stringCalculator.cpython-313.pyc differ
diff --git a/ProjektTest/other/BerishaAlma/Feature6.py b/ProjektTest/other/BerishaAlma/Feature6.py
index 0f35297ebc07e1bd3d13bb70713f3ecbe5b9f33a..f3a797b8372ea56a4cebeb6d86a2471f56557461 100644
--- a/ProjektTest/other/BerishaAlma/Feature6.py
+++ b/ProjektTest/other/BerishaAlma/Feature6.py
@@ -1,5 +1,8 @@
 from abc import ABC, abstractmethod
 import unittest
+import sys
+sys.path.append("/Users/marvin/Documents/GitHub/assignment-2")
+from ProjektTest.stringCalculator import StringCalculator as Calc
 
 class IStringCalculator(ABC):
     @abstractmethod
diff --git a/ProjektTest/report.md b/ProjektTest/report.md
index 56caa0b4cf6cd706d2872e53963bbdc491868c27..678c297d9a317ff1b47879fc4507039df8832447 100644
--- a/ProjektTest/report.md
+++ b/ProjektTest/report.md
@@ -17,7 +17,7 @@
 | Name              | Interface break | Failed Testcases |
 |-------------------|------------------|-------------------|
 | AliciMuhamed      | no               | 0                 |
-| BerishaAlma       | -                | -                 |
+| BerishaAlma       | no               | 2                 |
 | GotsisWasilios    | -                | -                 |
 | PikkemaatLasse    | –                | –                 |
 | RafehDaniel       | -                | -                 |