Skip to content

Commit

Permalink
Remove unnecessary items.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Oct 30, 2024
1 parent 541775c commit f297018
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 57 deletions.
5 changes: 0 additions & 5 deletions Core.Arango.Tests/AnalyzerViewTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ namespace Core.Arango.Tests
{
public class AnalyzerViewTest : TestBase
{
public AnalyzerViewTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(PascalCaseData))]
public async Task AnalyzersViews(string serializer)
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/CamelCaseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ namespace Core.Arango.Tests
{
public class CamelCaseTest : TestBase
{
public CamelCaseTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(CamelCaseData))]
public async Task GetCamelCase(string serializer)
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/CollectionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class CollectionTest : TestBase
public CollectionTest(ITestOutputHelper output)
{
_output = output;
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/DatabaseTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class DatabaseTest : TestBase

public DatabaseTest(ITestOutputHelper output)
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
_output = output;
}

Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/DependencyInjectionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ namespace Core.Arango.Tests
{
public class DependencyInjectionTest : TestBase
{
public DependencyInjectionTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Fact]
public void AddArangoConfigurationCallback()
{
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/DocumentTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ namespace Core.Arango.Tests
{
public class DocumentTest : TestBase
{
public DocumentTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(PascalCaseData))]
public async Task Get(string serializer)
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/FoxxTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ namespace Core.Arango.Tests
#if !NETSTANDARD2_0
public class FoxxTest : TestBase
{
public FoxxTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Fact]
public async Task InstallScript()
{
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/FunctionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ public class FunctionTest : TestBase
{
private readonly IEqualityComparer<ArangoFunctionDefinition> _functionsComparer = new FunctionsComparer();

public FunctionTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(PascalCaseData))]
public async Task Run(string serializer)
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/GraphTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ namespace Core.Arango.Tests
{
public class GraphTest : TestBase
{
public GraphTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(CamelCaseData))]
public async Task Get(string serializer)
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/IndexTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ namespace Core.Arango.Tests
{
public class IndexTest : TestBase
{
public IndexTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(PascalCaseData))]
public async Task DropAll(string serializer)
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/LinqTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class LinqTest : TestBase
public LinqTest(ITestOutputHelper output)
{
_output = output;
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Fact]
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/LinqTest_BasicOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public class LinqTest_BasicOperations : TestBase
public LinqTest_BasicOperations(ITestOutputHelper output)
{
_output = output;
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Fact]
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/LinqTest_String.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class LinqTest_String : TestBase
public LinqTest_String(ITestOutputHelper output)
{
_output = output;
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Fact]
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/QueryFormattingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ namespace Core.Arango.Tests
{
public class QueryFormattingTest : TestBase
{
public QueryFormattingTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(PascalCaseData))]
public async Task GuidFormat(string serializer)
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/QueryStatisticTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class QueryStatisticTest : TestBase
public QueryStatisticTest(ITestOutputHelper output)
{
_output = output;
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

public override async Task InitializeAsync()
Expand Down
1 change: 0 additions & 1 deletion Core.Arango.Tests/QueryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class QueryTest : TestBase
public QueryTest(ITestOutputHelper output)
{
_output = output;
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
Expand Down
5 changes: 0 additions & 5 deletions Core.Arango.Tests/TransactionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ namespace Core.Arango.Tests
{
public class TransactionTest : TestBase
{
public TransactionTest()
{
InitializeAsync().ConfigureAwait(false).GetAwaiter().GetResult();
}

[Theory]
[ClassData(typeof(PascalCaseData))]
public async Task StreamTransaction(string serializer)
Expand Down

0 comments on commit f297018

Please sign in to comment.