Skip to content

Commit 6a762a4

Browse files
Generate async files
1 parent e814f76 commit 6a762a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NHibernate.Test/Async/NHSpecificTest/GH3352/FetchFromNotMappedBaseClassFixture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public async Task CanThenFetchLazyComponentFromNotMappedBaseClassAsync()
128128
Assert.That(result.Component.Field, Is.EqualTo("x"));
129129
}
130130

131-
[KnownBug("GH-3356")]
132131
[Test(Description = "GH-3356" )]
133132
public async Task FetchAfterSelectAsync()
134133
{

0 commit comments

Comments
 (0)