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 cd36b74 commit 3d924d2Copy full SHA for 3d924d2
TestStack.Dossier/TestDataBuilder.cs
@@ -76,7 +76,7 @@ public static implicit operator List<TObject>(TestDataBuilder<TObject, TBuilder>
76
/// <returns>The built object</returns>
77
protected virtual TObject BuildObject()
78
{
79
- return BuildUsing<AllPropertiesFactory>();
+ return BuildUsing<PublicPropertySettersFactory>();
80
}
81
82
/// <summary>
0 commit comments