aboutsummaryrefslogtreecommitdiff
path: root/Aggregator
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-04 00:24:41 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-04 00:24:41 +0000
commitd350c63f60e7ee3352af93aee2a92ee397bd441f (patch)
tree5658573ddc3ff1691c2c19dae5d1b34f53a2dd4a /Aggregator
parent216629800e8af7fe2582ea53cf59de82026184bb (diff)
downloadnewsaggregator-d350c63f60e7ee3352af93aee2a92ee397bd441f.tar.gz
newsaggregator-d350c63f60e7ee3352af93aee2a92ee397bd441f.tar.bz2
newsaggregator-d350c63f60e7ee3352af93aee2a92ee397bd441f.zip
Removed parser test stuff
Diffstat (limited to 'Aggregator')
-rw-r--r--Aggregator/Tests/DownloadTests.cs2
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;