Skip to content

Commit

Permalink
ZBUG-4048: Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ronstra-synacor authored and dasiyogesh committed Jan 27, 2025
1 parent 3869754 commit 9e1d24c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String,Object> context = Collections.emptyMap();

Assert.assertTrue("handler.needsAuth()", handler.needsAuth(context));
}
}

@After
public void tearDown() throws Exception {
Expand Down

0 comments on commit 9e1d24c

Please sign in to comment.