diff options
author | 2024-01-11 14:04:24 +0000 | |
---|---|---|
committer | 2024-01-11 14:07:39 +0000 | |
commit | 71be21fd5b9b52c613bb855f00a79a51e81906dd (patch) | |
tree | e665295a01f170f267e2f0843f9a2cd0cc587c5f /models-sim/policy-models-simulators/src/test/java | |
parent | f13e04fc8ebf4e0b97ac3561fc5950025dda6061 (diff) |
Fix simulator topics for lower case
Issue-ID: POLICY-4402
Change-Id: I4a3122810e01988aeed0d68e3b8d7167daee4e62
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'models-sim/policy-models-simulators/src/test/java')
-rw-r--r-- | models-sim/policy-models-simulators/src/test/java/org/onap/policy/models/simulators/MainTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/models-sim/policy-models-simulators/src/test/java/org/onap/policy/models/simulators/MainTest.java b/models-sim/policy-models-simulators/src/test/java/org/onap/policy/models/simulators/MainTest.java index 6326b704b..73eb69f7a 100644 --- a/models-sim/policy-models-simulators/src/test/java/org/onap/policy/models/simulators/MainTest.java +++ b/models-sim/policy-models-simulators/src/test/java/org/onap/policy/models/simulators/MainTest.java @@ -3,7 +3,7 @@ * ONAP * ================================================================================ * Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. - * Modifications Copyright (C) 2023 Nordix Foundation. + * Modifications Copyright (C) 2023-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. @@ -120,7 +120,7 @@ public class MainTest { } /** - * Verifies that all of the simulators are brought up and that HTTPS works with at + * Verifies that all the simulators are brought up and that HTTPS works with at * least one of them. */ @Test @@ -224,7 +224,7 @@ public class MainTest { } }; - // run in another thread so we don't interrupt this thread + // run in another thread, so we don't interrupt this thread LinkedBlockingQueue<RuntimeException> queue = new LinkedBlockingQueue<>(); Thread thread = new Thread(() -> { try { |