diff --git a/Tests/FluentAssertions.Equivalency.Specs/DataSpecs.cs b/Tests/FluentAssertions.Equivalency.Specs/DataSpecs.cs index f9b08f075b..08c7fe3f7b 100644 --- a/Tests/FluentAssertions.Equivalency.Specs/DataSpecs.cs +++ b/Tests/FluentAssertions.Equivalency.Specs/DataSpecs.cs @@ -442,7 +442,7 @@ private void CopyTable(TDataTable from, TDataTable to, boo #endregion - private static readonly Random Random = new(); + private static readonly Random Random = new(0); internal static TDataSet CreateDummyDataSet(bool identicalTables = false, bool includeDummyData = true, bool includeRelation = true)