Fix typo in class name MultipleConnectionPoolConfigurationsFailureAnalzyer

See gh-33751
This commit is contained in:
Sébastien Deleuze
2023-01-11 10:54:03 +01:00
committed by Moritz Halbritter
parent 7a148747a0
commit 4466bffe52
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,13 +21,13 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link MultipleConnectionPoolConfigurationsFailureAnalzyer}
* Tests for {@link MultipleConnectionPoolConfigurationsFailureAnalyzer}
*
* @author Andy Wilkinson
*/
class MultipleConnectionPoolConfigurationsFailureAnalzyerTests {
class MultipleConnectionPoolConfigurationsFailureAnalyzerTests {
private final MultipleConnectionPoolConfigurationsFailureAnalzyer failureAnalyzer = new MultipleConnectionPoolConfigurationsFailureAnalzyer();
private final MultipleConnectionPoolConfigurationsFailureAnalyzer failureAnalyzer = new MultipleConnectionPoolConfigurationsFailureAnalyzer();
@Test
void analyzeWhenDifferentFailureShouldReturnNull() {