Skip to content

Commit 6666534

Browse files
committed
Formatting
Issue gh-12664
1 parent 6c77037 commit 6666534

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

saml2/saml2-service-provider/src/test/java/org/springframework/security/saml2/provider/service/registration/RelyingPartyRegistrationsTests.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,15 @@ public void collectionFromMetadataInputStreamWhenEmptyThenSaml2Exception() throw
246246

247247
@Test
248248
public void collectionFromMetadataLocationCanHandleFederationMetadata() {
249-
Collection<RelyingPartyRegistration.Builder> federationMetadataWithSkippedSPEntries =
250-
RelyingPartyRegistrations.collectionFromMetadataLocation("classpath:test-federated-metadata.xml");
249+
Collection<RelyingPartyRegistration.Builder> federationMetadataWithSkippedSPEntries = RelyingPartyRegistrations
250+
.collectionFromMetadataLocation("classpath:test-federated-metadata.xml");
251251
assertThat(federationMetadataWithSkippedSPEntries.size()).isEqualTo(1);
252252
}
253253

254254
@Test
255255
public void collectionFromMetadataLocationWithoutIdpThenSaml2Exception() {
256-
assertThatExceptionOfType(Saml2Exception.class)
257-
.isThrownBy(() -> RelyingPartyRegistrations
258-
.collectionFromMetadataLocation("classpath:test-metadata-without-idp.xml"));
256+
assertThatExceptionOfType(Saml2Exception.class).isThrownBy(() -> RelyingPartyRegistrations
257+
.collectionFromMetadataLocation("classpath:test-metadata-without-idp.xml"));
259258
}
259+
260260
}

0 commit comments

Comments
 (0)