From 6bd3b3b4516fcf18ed93bf0e27283117c34e59af Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 3 Feb 2019 23:55:35 +0000 Subject: Changed namespace to have prepended Aggregator namespace This is for distinction --- Aggregator/Tests/DownloadTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Aggregator/Tests') 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() { -- cgit v1.2.3-13-gbd6f