Skip to content

Commit f05e5ff

Browse files
Fix annotation ordering in ThingStatusConditionHandlerTest
Co-authored-by: holgerfriedrich <2121139+holgerfriedrich@users.noreply.github.com>
1 parent d6f8f44 commit f05e5ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bundles/org.openhab.core.automation/src/test/java/org/openhab/core/automation/internal/module/handler/ThingStatusConditionHandlerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public static Collection<Object[]> equalsParameters() {
8888

8989
private @NonNullByDefault({}) Thing thing;
9090

91-
private @NonNullByDefault({}) @Mock ThingRegistry mockThingRegistry;
92-
private @NonNullByDefault({}) @Mock BundleContext mockBundleContext;
91+
private @Mock @NonNullByDefault({}) ThingRegistry mockThingRegistry;
92+
private @Mock @NonNullByDefault({}) BundleContext mockBundleContext;
9393

9494
@BeforeEach
9595
public void setup() {

0 commit comments

Comments
 (0)