Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit af83c15

Browse files
committed
issue 1109 fixing some test failures
1 parent 24c8768 commit af83c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impl/src/test/groovy/com/stormpath/sdk/impl/saml/DefaultSamlPolicyTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

impl/src/test/groovy/com/stormpath/sdk/impl/tenant/DefaultTenantTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)