Skip to content

Commit

Permalink
Fixed failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goelsonali committed Oct 28, 2024
1 parent f867694 commit 461a44b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.springframework.http.HttpStatus;

@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
public class EventControllerIntegrationTest {
public class EventControllerIntegrationTest extends SurrealDbIntegrationTest {

@Autowired private EventController eventController;

Expand Down

0 comments on commit 461a44b

Please sign in to comment.