1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Rename *Test.java -> *Tests.java

Rename a few test classes that accidentally ended in `Test` instead of
`Tests`.

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-08-05 17:24:50 -07:00
committed by Rob Winch
parent 94cf4d1de7
commit 27ac046d8a
21 changed files with 25 additions and 25 deletions
@@ -37,7 +37,7 @@ import static org.mockito.Mockito.when;
* @author Rob Winch
*/
@RunWith(MockitoJUnitRunner.class)
public class PayloadExchangeMatcherReactiveAuthorizationManagerTest {
public class PayloadExchangeMatcherReactiveAuthorizationManagerTests {
@Mock
private ReactiveAuthorizationManager<PayloadExchangeAuthorizationContext> authz;