diff options
Diffstat (limited to 'Aggregator/Tests')
-rw-r--r-- | Aggregator/Tests/DownloadTests.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Aggregator/Tests/DownloadTests.cs b/Aggregator/Tests/DownloadTests.cs index b45adc9..fd647b2 100644 --- a/Aggregator/Tests/DownloadTests.cs +++ b/Aggregator/Tests/DownloadTests.cs @@ -1,11 +1,11 @@ using System; using System.Xml; using System.Xml.Linq; -using Classes; -using Parser; +using Aggregator.Classes; +using Aggregator.Parser; using Xunit; -namespace Tests { +namespace Aggregator.Tests { public class DownloadTests { [Fact] public void Test_DownloadXMLSync() { |