Skip to content

Commit 7f48c8a

Browse files
committed
Minor renaming of a Analyze test
1 parent 76b0fe5 commit 7f48c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSLLWrapper.IntegrationTests/AnalyzeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void then_should_not_trigger_an_api_invocation_error()
5252
}
5353

5454
[TestMethod]
55-
public void then_should_analyze_status_should_not_be_null()
55+
public void then_analyze_status_should_not_be_null()
5656
{
5757
_analyze.status.Should().NotBeNullOrEmpty();
5858
}

0 commit comments

Comments
 (0)