test: Fix broken unit test after scoreless CF changes

json-serializing-nullable-fields-issue
Robert Dailey 9 months ago
parent b409dd7c2d
commit 3255dc68eb

@ -112,7 +112,7 @@ public class QualityProfileConfigPhaseTest
{
NewQp.Processed("test_profile")
},
o => o.Excluding(x => x.ShouldCreate));
o => o.Excluding(x => x.ShouldCreate).Excluding(x => x.ScorelessCfs));
}
[Test, AutoMockData]

Loading…
Cancel
Save