rename provider

This commit is contained in:
kritzl 2026-02-17 15:26:47 +01:00
commit 4471b077b1
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
7 changed files with 14 additions and 14 deletions

View file

@ -1,20 +0,0 @@
package de.ccc.hamburg.keycloak;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}