Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8bb4e59

Browse files
committedAug 21, 2022
clean up
1 parent 109233e commit 8bb4e59

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
 

‎src/NHibernate.Test/Async/NHSpecificTest/GH2201/CircularReferenceFetchDepthFixture.cs

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ protected override void OnSetUp()
4545
[Test]
4646
public async Task QueryOverAsync()
4747
{
48-
using(var logSpy = new SqlLogSpy())
4948
using (var session = OpenSession())
5049
{
5150
Entity e1 = null;

‎src/NHibernate.Test/NHSpecificTest/GH2201/BaseFetchFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace NHibernate.Test.NHSpecificTest.GH2201
66
{
7-
public class BaseFetchFixture : TestCaseMappingByCode
7+
public abstract class BaseFetchFixture : TestCaseMappingByCode
88
{
99
protected int _id;
1010
protected int _depth;

‎src/NHibernate.Test/NHSpecificTest/GH2201/CircularReferenceFetchDepthFixture.cs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ protected override void OnSetUp()
3434
[Test]
3535
public void QueryOver()
3636
{
37-
using(var logSpy = new SqlLogSpy())
3837
using (var session = OpenSession())
3938
{
4039
Entity e1 = null;

0 commit comments

Comments
 (0)
Please sign in to comment.