Skip to content
Snippets Groups Projects
Commit 6612a65b authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#543 - Fix for integration tests

parent bf647c01
No related branches found
No related tags found
No related merge requests found
Pipeline #3735 passed
......@@ -31,7 +31,7 @@ public class SeleniumTestExecutionListener extends AbstractTestExecutionListener
@Override
public void afterTestMethod(TestContext testContext) throws Exception
{
final Path path = SystemUtils.getApplicationSupportDirectoryPath(Localization.getString("folder"), "test", "repeating_with_tags.mv.db");
final Path path = SystemUtils.getApplicationSupportDirectoryPath(Localization.getString("folder"), "test", "budgetmaster.mv.db");
try
{
Files.deleteIfExists(path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment