diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 00:24:41 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 00:24:41 +0000 |
commit | d350c63f60e7ee3352af93aee2a92ee397bd441f (patch) | |
tree | 5658573ddc3ff1691c2c19dae5d1b34f53a2dd4a /Aggregator | |
parent | 216629800e8af7fe2582ea53cf59de82026184bb (diff) | |
download | newsaggregator-d350c63f60e7ee3352af93aee2a92ee397bd441f.tar.gz newsaggregator-d350c63f60e7ee3352af93aee2a92ee397bd441f.tar.bz2 newsaggregator-d350c63f60e7ee3352af93aee2a92ee397bd441f.zip |
Removed parser test stuff
Diffstat (limited to 'Aggregator')
-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 fd647b2..cb0e307 100644 --- a/Aggregator/Tests/DownloadTests.cs +++ b/Aggregator/Tests/DownloadTests.cs @@ -1,7 +1,7 @@ using System; using System.Xml; using System.Xml.Linq; -using Aggregator.Classes; +using System.Collections.Generic; using Aggregator.Parser; using Xunit; |