Skip to content

Commit

Permalink
test: fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed May 22, 2024
1 parent b86a793 commit d1b994e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@QuarkusTest
@WithDBData(value = "data/test-import.xml", deleteBeforeInsert = true, deleteAfterTest = true, rinseAndRepeat = true)
public class TemplateImportTest {
class TemplateImportTest {

@Inject
TemplateDataImportService service;
Expand Down

0 comments on commit d1b994e

Please sign in to comment.