Skip to content

Commit

Permalink
fix: mark abstract class as abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed May 30, 2024
1 parent ccc748b commit 7f084e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/ohdsi/webapi/test/WebApiIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@ActiveProfiles("test")
@DbUnitConfiguration(databaseConnection = {"primaryDataSource"})
@TestExecutionListeners({DependencyInjectionTestExecutionListener.class, DbUnitTestExecutionListener.class, DirtiesContextTestExecutionListener.class})
public class WebApiIT {
public abstract class WebApiIT {
protected final Logger log = LoggerFactory.getLogger(getClass());

protected final String SOURCE_KEY = "Embedded_PG";
Expand Down

0 comments on commit 7f084e2

Please sign in to comment.