diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-07-03 15:49:38 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-07-03 15:51:00 +0100 |
commit | 31e02b10f908aa05f40abfbc231759245a1c038e (patch) | |
tree | 55b553d4a74e77c4d80fd5f6c8caf34882b32b4a /main/src | |
parent | 79d5e9c7a12bf4f5cd85604aa6305d325b2b9d2d (diff) |
Fix junit4 leftover usage
Issue-ID: POLICY-5027
Change-Id: Iacc3e4192f51c75d2ca1c0c1a38ab9c5996f32bf
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/test/java/org/onap/policy/distribution/main/startstop/TestDistributionCommandLineArguments.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/test/java/org/onap/policy/distribution/main/startstop/TestDistributionCommandLineArguments.java b/main/src/test/java/org/onap/policy/distribution/main/startstop/TestDistributionCommandLineArguments.java index 09ab1314..54076485 100644 --- a/main/src/test/java/org/onap/policy/distribution/main/startstop/TestDistributionCommandLineArguments.java +++ b/main/src/test/java/org/onap/policy/distribution/main/startstop/TestDistributionCommandLineArguments.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * Copyright (C) 2021 Nordix Foundation. + * Copyright (C) 2021, 2024 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ package org.onap.policy.distribution.main.startstop; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatThrownBy; -import static org.junit.Assert.assertThrows; +import static org.junit.jupiter.api.Assertions.assertThrows; import org.junit.jupiter.api.Test; import org.onap.policy.distribution.main.PolicyDistributionRuntimeException; |