diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 17:44:35 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 17:44:35 +0000 |
commit | c4ca756b1c2813c72bfd1452c8e35e5e9e624366 (patch) | |
tree | 802c287d2dcb7dcf50c34570591ae4d56082639c /Aggregator/Tests/DownloadTests.cs | |
parent | e9e99acbf18f1390e4bff433e0bebdf2ae51ea58 (diff) | |
download | newsaggregator-c4ca756b1c2813c72bfd1452c8e35e5e9e624366.tar.gz newsaggregator-c4ca756b1c2813c72bfd1452c8e35e5e9e624366.tar.bz2 newsaggregator-c4ca756b1c2813c72bfd1452c8e35e5e9e624366.zip |
Changed namespace to just Aggregator
Diffstat (limited to 'Aggregator/Tests/DownloadTests.cs')
-rw-r--r-- | Aggregator/Tests/DownloadTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |