small asciidoctor project fixes

This commit is contained in:
Eugen Paraschiv
2018-09-25 21:09:00 +03:00
parent 77148e31d2
commit 73cbbd502c
2 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ package com.baeldung.asciidoctor;
import org.junit.Assert;
import org.junit.Test;
public class AsciidoctorDemoTest {
public class AsciidoctorDemoIntegrationTest {
@Test
public void givenString_whenConverting_thenResultingHTMLCode() {