Skip to content

Commit 88f2a72

Browse files
committed
fix failing test
1 parent 0863912 commit 88f2a72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grails-test-suite-persistence/src/test/groovy/grails/test/mixin/domain/DomainClassUnitTestMixinTests.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ class DomainClassUnitTestMixinTests {
99

1010
@Test
1111
void testBackReferenceAssignment() {
12-
mockDomain Writer
13-
mockDomain Publication
12+
mockDomains Writer, Publication
1413

1514
def publication = new Publication(title: 'Some Paper')
1615
def writer = new Writer(name: 'Some Writer')

0 commit comments

Comments
 (0)