File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/Cake.AzureDevOps.Tests Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ BuildParameters.PrintParameters(Context);
19
19
ToolSettings . SetToolSettings (
20
20
context : Context ,
21
21
dupFinderExcludePattern : new string [ ] { BuildParameters . RootDirectoryPath + "/src/Cake.AzureDevOps.Tests/**/*.cs" } ,
22
- testCoverageFilter : "+[*]* -[xunit.*]* -[Cake.Core]* -[*.Tests]* -[Cake.Testing]* -[Moq]* -[Shouldly]*" ,
22
+ testCoverageFilter : "+[*]* -[xunit.*]* -[Cake.Core]* -[*.Tests]* -[Cake.Testing]* -[Moq]* -[Shouldly]* -[DiffEngine]* -[EmptyFiles]* " ,
23
23
testCoverageExcludeByAttribute : "*.ExcludeFromCodeCoverage*" ,
24
24
testCoverageExcludeByFile : "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs" ) ;
25
25
Original file line number Diff line number Diff line change 19
19
<PackageReference Include =" Cake.Testing" Version =" 1.0.0" />
20
20
<PackageReference Include =" Microsoft.TeamFoundationServer.Client" Version =" 16.143.2" />
21
21
<PackageReference Include =" Moq" Version =" 4.16.0" />
22
- <PackageReference Include =" Shouldly" Version =" 3 .0.2 " />
22
+ <PackageReference Include =" Shouldly" Version =" 4 .0.3 " />
23
23
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" />
24
24
<PackageReference Include =" xunit" Version =" 2.4.1" />
25
25
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
Original file line number Diff line number Diff line change @@ -345,7 +345,6 @@ public void Should_Get_Valid_Properties()
345
345
prop1 . ShouldNotBeEmpty ( ) ;
346
346
prop1 . ShouldBe ( "way" ) ;
347
347
348
- prop2 . ShouldNotBeNull ( ) ;
349
348
prop2 . ShouldBeOfType < int > ( ) ;
350
349
prop2 . ShouldBe ( 2 ) ;
351
350
You can’t perform that action at this time.
0 commit comments