From c4ca756b1c2813c72bfd1452c8e35e5e9e624366 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 17:44:35 +0000 Subject: Changed namespace to just Aggregator --- Aggregator/Tests/DownloadTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Aggregator/Tests/DownloadTests.cs') diff --git a/Aggregator/Tests/DownloadTests.cs b/Aggregator/Tests/DownloadTests.cs index cb0e307..4f38466 100644 --- a/Aggregator/Tests/DownloadTests.cs +++ b/Aggregator/Tests/DownloadTests.cs @@ -2,7 +2,7 @@ using System; using System.Xml; using System.Xml.Linq; using System.Collections.Generic; -using Aggregator.Parser; +using Aggregator; using Xunit; namespace Aggregator.Tests { -- cgit v1.2.3-13-gbd6f