We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d22e4 commit c9ea2c9Copy full SHA for c9ea2c9
Orm/Xtensive.Orm.Tests/Model/UnicodeNamesTest.cs
@@ -27,7 +27,7 @@ public void MainTest()
27
{
28
Require.ProviderIsNot(StorageProvider.MySql | StorageProvider.Firebird);
29
var config = DomainConfigurationFactory.Create();
30
- config.Types.Register(typeof (Энимал).Assembly, typeof (Энимал).Namespace);
+ config.Types.Register(typeof(Энимал).Assembly, typeof(Энимал).Namespace);
31
var domain = Domain.Build(config);
32
domain.Dispose();
33
}
0 commit comments