Skip to content

Commit e344005

Browse files
committed
Fix test case for Shouldly 4
1 parent 3fe1076 commit e344005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Cake.AzureDevOps.Tests/Repos/PullRequest/CommentThread/AzureDevOpsPullRequestCommentThreadTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ public void Should_Get_Valid_Properties()
345345
prop1.ShouldNotBeEmpty();
346346
prop1.ShouldBe("way");
347347

348-
prop2.ShouldNotBeNull();
349348
prop2.ShouldBeOfType<int>();
350349
prop2.ShouldBe(2);
351350

0 commit comments

Comments
 (0)