This repository was archived by the owner on Dec 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
impl/src/test/groovy/com/stormpath/sdk/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class DefaultSamlPolicyTest {
3838 SamlPolicy policy = new DefaultSamlPolicy (createStrictMock(InternalDataStore ))
3939
4040 def propertyDescriptors = policy. getPropertyDescriptors()
41- assertEquals (propertyDescriptors. size(), 3 )
41+ assertEquals (propertyDescriptors. size(), 4 )
4242
4343 assertTrue (propertyDescriptors. get(" serviceProvider" ) instanceof ResourceReference && propertyDescriptors. get(" serviceProvider" ). getType(). equals(SamlServiceProvider . class))
4444 assertTrue (propertyDescriptors. get(" createdAt" ) instanceof DateProperty )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class DefaultTenantTest {
6868
6969 def propertyDescriptors = defaultTenant. getPropertyDescriptors()
7070
71- assertEquals (propertyDescriptors. size(), 9 )
71+ assertEquals (propertyDescriptors. size(), 11 )
7272
7373 assertTrue (propertyDescriptors. get(" name" ) instanceof StringProperty )
7474 assertTrue (propertyDescriptors. get(" key" ) instanceof StringProperty )
You can’t perform that action at this time.
0 commit comments