Skip to content

Commit bb45965

Browse files
committed
checkstyle
1 parent a6ea0eb commit bb45965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/http-client-tests/src/main/java/software/amazon/awssdk/http/SdkHttpClientSecurityManagerTestSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void tearDownServer() {
6969
protected abstract String getPolicyFileUrl();
7070

7171
@Test
72-
void httpCall_whenSecurityManagerActiveWithCorrectPermissions_shouldSucceed() throws Exception {
72+
void httpCallSucceedsWhenSecurityManagerActiveWithCorrectPermissions() throws Exception {
7373
System.setProperty("java.security.policy", "=" + getPolicyFileUrl());
7474
java.security.Policy.getPolicy().refresh();
7575
System.setSecurityManager(new SecurityManager());

0 commit comments

Comments
 (0)