This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 17dd6d0 cosmetic: switch to hamcrest assertThat to avoid deprecation
warning
17dd6d0 is described below
commit 17dd6d00991ab95d793af357dfff0495af6fd7da
Author: Stefan Seifert <[email protected]>
AuthorDate: Sun Jun 27 14:19:10 2021 +0200
cosmetic: switch to hamcrest assertThat to avoid deprecation warning
---
.../sling/testing/mock/sling/services/MockSlingSettingServiceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/test/java/org/apache/sling/testing/mock/sling/services/MockSlingSettingServiceTest.java
b/core/src/test/java/org/apache/sling/testing/mock/sling/services/MockSlingSettingServiceTest.java
index 4a96b95..fd81ace 100644
---
a/core/src/test/java/org/apache/sling/testing/mock/sling/services/MockSlingSettingServiceTest.java
+++
b/core/src/test/java/org/apache/sling/testing/mock/sling/services/MockSlingSettingServiceTest.java
@@ -19,8 +19,8 @@
package org.apache.sling.testing.mock.sling.services;
import static org.hamcrest.CoreMatchers.notNullValue;
+import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import java.util.Set;