Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit f34bfb0

Browse files
committed
[Cleanup] Delete obsolete packages/ directory, remove unused imports from tests
1 parent 1cbb007 commit f34bfb0

File tree

167 files changed

+4
-285996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+4
-285996
lines changed

StoreLib.Tests/DisplayCatalogTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
52
using System.Threading.Tasks;
6-
using StoreLib;
73
using StoreLib.Services;
84
using StoreLib.Models;
95
using System.IO;

StoreLib.Tests/FE3Tests.cs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
2-
using StoreLib.Models;
1+
using StoreLib.Models;
32
using StoreLib.Services;
43
using System;
54
using System.Collections.Generic;
65
using System.Diagnostics;
7-
using System.Linq;
8-
using System.Text;
96
using System.Threading.Tasks;
107
using Xunit;
118
using Xunit.Abstractions;
@@ -20,7 +17,7 @@ public FE3Tests(ITestOutputHelper output)
2017
_output = output;
2118
}
2219

23-
[Fact(Timeout=20000)]
20+
[Fact(Timeout = 20000)]
2421
public async Task GetPackagesForNetflix()
2522
{
2623
DisplayCatalogHandler displayCatalog = new DisplayCatalogHandler(DCatEndpoint.Production, new Locale(Market.US, Lang.en, true));
@@ -40,7 +37,7 @@ public async Task GetPackagesForNetflix()
4037
}
4138
}
4239

43-
[Fact(Timeout=20000)]
40+
[Fact(Timeout = 20000)]
4441
public async Task GetPackagesAndNamesForNetflix()
4542
{
4643
DisplayCatalogHandler displayCatalog = DisplayCatalogHandler.ProductionConfig();
@@ -64,7 +61,7 @@ public async Task GetPackageInstancesForNetflix()
6461
Debug.WriteLine("Running GetPackageInstancesForNetflix");
6562
string WUID = "d8d75bb2-c5cd-44f2-8c26-c1d1ae5b13fa";
6663
var packageinstances = await handler.GetPackagesForProductAsync();
67-
foreach(var item in packageinstances)
64+
foreach (var item in packageinstances)
6865
{
6966
Debug.WriteLine($"{item.PackageMoniker} : {item.PackageType} : {item.PackageUri}");
7067
}
-9.26 KB
Binary file not shown.
-755 KB
Binary file not shown.

0 commit comments

Comments
 (0)