fix: fix templateview mockito tests

This commit is contained in:
Ilkka Seppälä
2025-03-25 20:53:51 +02:00
parent ed4a756b62
commit afa4518dcf
4 changed files with 1 additions and 5 deletions
@@ -31,7 +31,6 @@ import static org.mockito.Mockito.*;
class ContactPageViewTest {
@Test
@Disabled
void testRenderDynamicContent() {
// Create a spy for ContactPageView
ContactPageView contactPage = spy(ContactPageView.class);
@@ -31,7 +31,6 @@ import static org.mockito.Mockito.*;
class HomePageViewTest {
@Test
@Disabled
void testRenderDynamicContent() {
// Create a spy for HomePageView
HomePageView homePage = spy(HomePageView.class);
@@ -31,7 +31,6 @@ import static org.mockito.Mockito.*;
class TemplateViewTest {
@Test
@Disabled
void testRenderHomePage() {
// Create a spy for HomePageView
TemplateView homePage = spy(HomePageView.class);
@@ -46,7 +45,6 @@ class TemplateViewTest {
}
@Test
@Disabled
void testRenderContactPage() {
// Create a spy for ContactPageView
TemplateView contactPage = spy(ContactPageView.class);