Skip to content

Commit

Permalink
Added imports for removing OpenRewrite issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyounik committed Nov 18, 2024
1 parent dd1f97f commit 3b1eda2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.Mockito.mock;

import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertEquals;

/**
* Tests whole citation key patterns such as <code>[authorsAlpha][year]</code>.
* The concrete patterns such as <code>authorsAlpha</code> should better be tested at {@link BracketedPatternTest}.
Expand Down

0 comments on commit 3b1eda2

Please sign in to comment.