Skip to content

Commit

Permalink
core: Added annotation for junit class
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodhabib committed Oct 21, 2024
1 parent 04f1c3d commit 7d09147
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@

import java.time.Instant;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

/**
* Unit tests for {@link TimeProvider}.
* Unit tests for {@link InstantTimeProvider}.
*/
@RunWith(JUnit4.class)
public class InstantTimeProviderTest {

@Test
Expand Down

0 comments on commit 7d09147

Please sign in to comment.