diff options
Diffstat (limited to 'Aggregator/Tests')
-rw-r--r-- | Aggregator/Tests/DownloadTests.cs | 2 | ||||
-rw-r--r-- | Aggregator/Tests/ParserServiceTests.cs | 2 |
2 files changed, 2 insertions, 2 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 { diff --git a/Aggregator/Tests/ParserServiceTests.cs b/Aggregator/Tests/ParserServiceTests.cs index 7caed02..99dab42 100644 --- a/Aggregator/Tests/ParserServiceTests.cs +++ b/Aggregator/Tests/ParserServiceTests.cs @@ -2,7 +2,7 @@ using System; using System.Linq; using System.Threading.Tasks; using System.Collections.Generic; -using Aggregator.Parser; +using Aggregator; using Classes; using Xunit; |