Skip to content

Commit c3701c0

Browse files
committed
fixed test setup
1 parent fb2b580 commit c3701c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/groovy/com/github/hauner/openapi/spring/writer/ApiWriterSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Bar class!
160160
)
161161

162162
def dt = new DataTypes()
163-
dt.add ('foo', new StringEnumDataType(pkg: "${opts.packageName}.model", type: 'foo'))
163+
dt.add (new StringEnumDataType(pkg: "${opts.packageName}.model", type: 'Foo'))
164164
dt.add (new StringEnumDataType(pkg: "${opts.packageName}.model", type: 'Bar'))
165165
def api = new Api(dt)
166166

src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrPendingTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.junit.Ignore
2020
import org.junit.runner.RunWith
2121
import org.junit.runners.Parameterized
2222

23-
@Ignore
23+
//@Ignore
2424
@RunWith(Parameterized)
2525
class GeneratrPendingTest extends GeneratrTestBase {
2626

0 commit comments

Comments
 (0)