Jelajahi Sumber

Fixed tests

Krzysztof Krysiński 4 bulan lalu
induk
melakukan
0d36df0491
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      tests/PixiEditor.Backend.Tests/MockDocument.cs

+ 5 - 0
tests/PixiEditor.Backend.Tests/MockDocument.cs

@@ -79,4 +79,9 @@ public class MockDocument : IReadOnlyDocument
     {
         throw new NotImplementedException();
     }
+
+    public List<IReadOnlyStructureNode> GetParents(Guid memberGuid)
+    {
+        throw new NotImplementedException();
+    }
 }