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

Commit fe143b3

Browse files
author
josebarrueta
committed
1212 Updating modifier of the updatedSaveableError(...) method
1 parent 9c3dab1 commit fe143b3

File tree

1 file changed

+1
-1
lines changed
  • extensions/httpclient/src/test/groovy/com/stormpath/sdk/client

1 file changed

+1
-1
lines changed

extensions/httpclient/src/test/groovy/com/stormpath/sdk/client/ClientIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ abstract class ClientIT {
175175
}
176176
}
177177

178-
static void updatedSaveableError(Saveable input, int expectedErrorCode) {
178+
protected void updatedSaveableError(Saveable input, int expectedErrorCode) {
179179
try {
180180
input.save()
181181
fail("should have thrown ResourceException")

0 commit comments

Comments
 (0)