Skip to content

Commit

Permalink
#1833 remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jan 24, 2025
1 parent 2a90d06 commit 3919ea3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;
Expand Down Expand Up @@ -47,12 +46,12 @@ private sealed class FakeIXmlRepository : IXmlRepository
{
public IReadOnlyCollection<XElement> GetAllElements()
{
throw new NotImplementedException();
return new List<XElement>();
}

public void StoreElement(XElement element, string friendlyName)
{
throw new NotImplementedException();
// do nothing because it mocked here
}
}
}

0 comments on commit 3919ea3

Please sign in to comment.