Skip to content

Commit c00e0d8

Browse files
committed
Add TODO
to replace @RunWith with JUnit 5 declarative test suites once junit-team/junit-framework#744 is resolved.
1 parent 7f06d92 commit c00e0d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-datastore-gorm-test/src/test/groovy/org/grails/datastore/gorm/SimpleMapTestSuite.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.junit.runner.RunWith
88
/**
99
* @author graemerocher
1010
*/
11+
//TODO: Replace with JUnit5 declarative test suites once https://github.com/junit-team/junit5/issues/744 is resolved
1112
@RunWith(JUnitPlatform)
1213
@SelectClasses([NotInListSpec])
1314
class SimpleMapTestSuite {

0 commit comments

Comments
 (0)