Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
issue-1257 fixing unit test
  • Loading branch information
pmiller7 committed Feb 6, 2017
commit 097bde0e444738199125f6f5c9c7b48f110d64c1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DefaultPasswordResetTokenTest {

assertTrue(resourceWithDS instanceof DefaultPasswordResetToken && resourceWithProps instanceof DefaultPasswordResetToken)
def pd = resourceWithProps.getPropertyDescriptors()
assertEquals(pd.size(), 4)
assertEquals(pd.size(), 5)
assertTrue(pd.email instanceof StringProperty)
assertTrue(pd.account instanceof ResourceReference)
assertEquals(pd.account.type, Account)
Expand Down