Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Dec 1, 2011
1 parent 8074b31 commit 5633ac3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ class GormMappingSyntaxTests {
assert toOne.associatedEntity == context.getPersistentEntity(SecondEntity.name)
assert toOne.referencedPropertyName == null
assert toOne.bidirectional == false
assert toOne.owningSide == true
assert toOne.owningSide == false
}

@Test
Expand Down

0 comments on commit 5633ac3

Please sign in to comment.