Skip to content

Commit c14abf5

Browse files
committed
cleanup
1 parent 32932cf commit c14abf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/com/github/hauner/openapi/json/processor/JsonProcessorSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class JsonProcessorSpec extends Specification {
2727
@Rule
2828
public TemporaryFolder folder = new TemporaryFolder()
2929

30-
void "run json generatr" () {
30+
void "run json processor" () {
3131
def apiPath = ['.', 'src', 'test', 'resources', 'openapi.yaml'].join(File.separator)
3232
def expJson = ['.', 'src', 'test', 'resources', 'openapi.json'].join(File.separator)
3333
def targetDir = [folder.root.absolutePath].join(File.separator)

0 commit comments

Comments
 (0)