Skip to content

Commit fd5a43a

Browse files
Generate async files
1 parent 99a533f commit fd5a43a

File tree

1 file changed

+1
-1
lines changed
  • src/NHibernate.Test/Async/NHSpecificTest/NH1773

1 file changed

+1
-1
lines changed

src/NHibernate.Test/Async/NHSpecificTest/NH1773/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace NHibernate.Test.NHSpecificTest.NH1773
1515
{
1616
using System.Threading.Tasks;
17-
//Also tests GH-2551 (Fails with MS SQL Ce & SQL Anywhere due to the query generating a duplicated column alias name, which these databases do not support.)
17+
//Also tests GH-2092 (Fails with MS SQL Ce & SQL Anywhere due to the query generating a duplicated column alias name, which these databases do not support.)
1818
[TestFixture]
1919
public class FixtureAsync : BugTestCase
2020
{

0 commit comments

Comments
 (0)