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