Skip to content

Commit 4e25490

Browse files
committed
Reduce churn, hopefully
1 parent 21a39ac commit 4e25490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/ProxyValidator/ShouldBeProxiableTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void ObjectMemberwiseCloneShouldNotBeProxiable()
9999
[Test]
100100
public void ObjectGetTypeShouldNotBeProxiable()
101101
{
102-
var method = typeof(object).GetMethod(nameof(GetType));
102+
var method = typeof(object).GetMethod("GetType");
103103
Assert.Multiple(
104104
() =>
105105
{

0 commit comments

Comments
 (0)