Skip to content

Commit 0f435b9

Browse files
committed
test: remove @Ignore from passing HasManyDefaultMappedBySpec test
- The `HasManyDefaultMappedBySpec` test now passes, so the `@Ignore` annotation is no longer needed.
1 parent 4264dae commit 0f435b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ import grails.persistence.Entity
55

66
import org.grails.datastore.mapping.model.types.Association
77

8-
import spock.lang.Ignore
9-
108
class HasManyDefaultMappedBySpec extends GormDatastoreSpec {
119

12-
@Ignore
1310
void "Test that has-many with multiple potential matches for the other side matches correctly"() {
1411

1512
when:"A has many with multiple potential matching sides is retrieved"

0 commit comments

Comments
 (0)