Skip to content
Snippets Groups Projects
Commit 01a52bce authored by Robin Stocker's avatar Robin Stocker
Browse files

Rename file

parent aaf18a29
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import java.util.Set; ...@@ -10,7 +10,7 @@ import java.util.Set;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
public class TablesMarkdownRenderingTest { public class TableMarkdownRendererTest {
private static final Set<Extension> EXTENSIONS = Collections.singleton(TablesExtension.create()); private static final Set<Extension> EXTENSIONS = Collections.singleton(TablesExtension.create());
private static final Parser PARSER = Parser.builder().extensions(EXTENSIONS).build(); private static final Parser PARSER = Parser.builder().extensions(EXTENSIONS).build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment