From 9e1d24c42d0f0116998dfc0856cf10eac78cffeb Mon Sep 17 00:00:00 2001 From: Ron Straight Date: Thu, 27 Jun 2024 15:24:38 -0400 Subject: [PATCH] ZBUG-4048: Cosmetic --- .../com/zimbra/cs/service/account/ChangePasswordTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/store/src/java-test/com/zimbra/cs/service/account/ChangePasswordTest.java b/store/src/java-test/com/zimbra/cs/service/account/ChangePasswordTest.java index 1ac8641ffac..32eab58c09f 100644 --- a/store/src/java-test/com/zimbra/cs/service/account/ChangePasswordTest.java +++ b/store/src/java-test/com/zimbra/cs/service/account/ChangePasswordTest.java @@ -96,13 +96,13 @@ public void testBasicHandlerWrongAuth() throws Exception { Assert.fail("expected handler to fail"); } - @Test - public void testNeedsAuth() throws Exception { + @Test + public void testNeedsAuth() throws Exception { final ChangePassword handler = new ChangePassword(); final Map context = Collections.emptyMap(); Assert.assertTrue("handler.needsAuth()", handler.needsAuth(context)); - } + } @After public void tearDown() throws Exception {