Commit cb087d0b53ff3d35b8954c0c73e6ee0bfc8734ad
1 parent
770253a3
For testing of entiti-view controller
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -24,7 +24,7 @@ import java.util.Arrays; |
24 | 24 | |
25 | 25 | @RunWith(ClasspathSuite.class) |
26 | 26 | @ClasspathSuite.ClassnameFilters({ |
27 | - "org.thingsboard.server.controller.sql.*Test", | |
27 | + "org.thingsboard.server.controller.sql.EntityViewControllerSqlTest", | |
28 | 28 | }) |
29 | 29 | public class ControllerSqlTestSuite { |
30 | 30 | ... | ... |