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

Commit 47832ad

Browse files
author
Mario
committed
1241 - fixed failing test
1 parent a81f996 commit 47832ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/servlet/src/test/groovy/com/stormpath/sdk/servlet/config/SpecConfigVersusWebPropertiesTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class SpecConfigVersusWebPropertiesTest {
8585
specProperties.containsKey(k) ? null : k
8686
}
8787

88-
def expected_diff_size = 82
88+
def expected_diff_size = 83
8989

9090
if (diff.size != expected_diff_size) {
9191
println "It looks like a property was added or removed from the Framework Spec or web.stormpath.properties."

0 commit comments

Comments
 (0)