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 zimsuchitgupta committed Jul 18, 2024
1 parent 40d15c9 commit 3968c93
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 3968c93

Please sign in to comment.