You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/04 14:41:12 UTC

[isis] 01/08: ISIS-2247: @TestPropertySource reformatting, is all.

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 75e70e97c21f231b1b88bcffb79efef05a8092c2
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Jan 4 14:10:36 2020 +0000

    ISIS-2247: @TestPropertySource reformatting, is all.
---
 .../test/java/org/apache/isis/testdomain/logging/LoggerSetupTest.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/examples/smoketests/src/test/java/org/apache/isis/testdomain/logging/LoggerSetupTest.java b/examples/smoketests/src/test/java/org/apache/isis/testdomain/logging/LoggerSetupTest.java
index 316c7e4..d563810 100644
--- a/examples/smoketests/src/test/java/org/apache/isis/testdomain/logging/LoggerSetupTest.java
+++ b/examples/smoketests/src/test/java/org/apache/isis/testdomain/logging/LoggerSetupTest.java
@@ -37,9 +37,7 @@ import lombok.val;
         },
         properties = {
         })
-@TestPropertySource({
-    IsisPresets.SilenceWicket
-})
+@TestPropertySource(IsisPresets.SilenceWicket)
 public class LoggerSetupTest {
 
     @Configuration