Fix namespaces for tests (#14156)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2023-01-06 18:56:53 +01:00 committed by GitHub
parent d5dd3c9ea3
commit 896ea13c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package main;
package org.openhab.binding.paradoxalarm.internal;
import java.util.Arrays;
import java.util.concurrent.Executors;

View File

@ -10,7 +10,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package main;
package org.openhab.binding.paradoxalarm.internal;
import java.util.Arrays;
import java.util.HashMap;

View File

@ -10,7 +10,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package tests;
package org.openhab.binding.paradoxalarm.internal;
import static org.junit.jupiter.api.Assertions.*;

View File

@ -10,7 +10,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package tests;
package org.openhab.binding.paradoxalarm.internal;
import static org.junit.jupiter.api.Assertions.*;

View File

@ -10,7 +10,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package tests;
package org.openhab.binding.paradoxalarm.internal;
import static org.junit.jupiter.api.Assertions.*;

View File

@ -10,7 +10,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package tests;
package org.openhab.binding.paradoxalarm.internal;
import static org.junit.jupiter.api.Assertions.*;