Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasMeissner2000 committed Aug 18, 2020
1 parent 7e7837a commit 7f74f83
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Tests/TrustCenterSearch.Presentation.Test/FilterTestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ namespace TrustCenterSearch.Presentation.Test
{
class FilterTestData : IEnumerable<object[]>
{

public static Task<IEnumerable<Certificate>> ProvideTaskIEnumerableCertificate()
{
async Task<IEnumerable<Certificate>> ProvideSampleOfCertificatesAsync()
{
return Samples.ProvideSampleCertificates();
}

return ProvideSampleOfCertificatesAsync();
}

private readonly List<object[]> filterTestData = new List<object[]>
{
new object[] {null, false,null},
Expand All @@ -32,6 +21,5 @@ async Task<IEnumerable<Certificate>> ProvideSampleOfCertificatesAsync()

public IEnumerator<object[]> GetEnumerator() => this.filterTestData.GetEnumerator();
IEnumerator IEnumerable.GetEnumerator() => this.GetEnumerator();

}
}

0 comments on commit 7f74f83

Please sign in to comment.