Skip to content

Commit 3d32b6b

Browse files
committed
fix typo
1 parent 3694622 commit 3d32b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FastCloner.Tests/SpecialCaseTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ private class TestPropsWithNonSerialized
592592
{
593593
public int A { get; set; } = 10;
594594

595-
[FastClonerIgnore]
596-
public string B { get; set; } = "My string";
595+
[NonSerialized]
596+
public string B = "My string";
597597
}
598598

599599
[Test]

0 commit comments

Comments
 (0)