Fix failing test case due to Exception message refactor.
This commit is contained in:
@@ -194,7 +194,7 @@ public class AbstractGemFireOperationsSessionRepositoryTests {
|
|||||||
new TestGemFireOperationsSessionRepository(null);
|
new TestGemFireOperationsSessionRepository(null);
|
||||||
}
|
}
|
||||||
catch (IllegalArgumentException expected) {
|
catch (IllegalArgumentException expected) {
|
||||||
assertThat(expected).hasMessage("GemfireOperations must not be null");
|
assertThat(expected).hasMessage("GemfireOperations is required");
|
||||||
assertThat(expected).hasNoCause();
|
assertThat(expected).hasNoCause();
|
||||||
|
|
||||||
throw expected;
|
throw expected;
|
||||||
|
|||||||
Reference in New Issue
Block a user