Skip to content

Commit

Permalink
Rename test class
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Feb 12, 2024
1 parent e7f36b0 commit 65fa8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import static org.mockito.Mockito.when;

@SuppressWarnings("unchecked")
public class ViewServiceTests {
public class ViewServiceTest {

private final View.Target typicalTarget = new View.Target(randomAlphaOfLength(8));
private final View typicalView = new View(
Expand Down

0 comments on commit 65fa8e7

Please sign in to comment.