Skip to content

Commit

Permalink
Tests: rename SamplesSpec11RenderingTest as SamplesSpecRenderingTest
Browse files Browse the repository at this point in the history
The tests under the `spec` directory aren't exclusively for version 1.1 anymore.

The `spec2` directory remains for documents that should typically be rendered with the
transcoding helper.
  • Loading branch information
carlosame committed Jun 27, 2024
1 parent dd39155 commit 0433b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* with {@link #testNV(String)}.
* </p>
*/
public class SamplesSpec11RenderingTest extends AbstractSamplesRendering {
public class SamplesSpecRenderingTest extends AbstractSamplesRendering {

@BeforeAll
public static void setUpBeforeClass() throws Exception {
Expand Down

0 comments on commit 0433b6e

Please sign in to comment.