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

cleanup

parent bca017d1
No related branches found
No related tags found
No related merge requests found
Pipeline #7574 failed
......@@ -13,9 +13,7 @@ import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
import java.io.File;
import java.text.SimpleDateFormat;
import java.time.Duration;
import java.util.Date;
import java.util.List;
import static org.assertj.core.api.Assertions.assertThat;
......
......@@ -174,7 +174,7 @@ class TemplateImporterTest extends ImporterTestBase
}
@Test
void test_test_importMultipleTemplatesWithSomeSimilarTags()
void test_importMultipleTemplatesWithSomeSimilarTags()
{
Category category = new Category("Awesome Category", "#ff0000", CategoryType.CUSTOM);
category = categoryRepository.save(category);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment