File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/NHibernate.Test/NHSpecificTest/ProxyValidator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public void ObjectDestructorShouldNotBeProxiable()
134
134
Assert . That ( method . IsProxiable ( ) , Is . False ) ;
135
135
} ) ;
136
136
}
137
-
137
+
138
138
[ Test ]
139
139
public void MyClassDestructorShouldNotBeProxiable ( )
140
140
{
@@ -193,7 +193,7 @@ public void MyClassFinalizeWithParametersShouldBeProxiable()
193
193
public void WhenProtectedNoVirtualPropertyThenShouldntBeProxiable ( )
194
194
{
195
195
var prop = typeof ( ProtectedNoVirtualProperty ) . GetProperty ( "Aprop" , BindingFlags . Instance | BindingFlags . Public | BindingFlags . NonPublic ) ;
196
- Assert . That ( prop . ShouldBeProxiable ( ) , Is . False ) ;
196
+ Assert . That ( prop . ShouldBeProxiable ( ) , Is . False ) ;
197
197
}
198
198
199
199
[ Test ]
You can’t perform that action at this time.
0 commit comments