Skip to content

Commit 9a24b08

Browse files
authored
Fix test case (#387)
1 parent 026dab0 commit 9a24b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.AzureDevOps.Tests/ArgumentChecksTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void Should_Throw_If_Value_Is_Null()
5454
public void Should_Throw_If_Value_Is_Empty()
5555
{
5656
// Given
57-
var value = " ";
57+
var value = string.Empty;
5858
var parameterName = "foo";
5959

6060
// When

0 commit comments

Comments
 (0)