Skip to content

Commit

Permalink
Fix sonar issue
Browse files Browse the repository at this point in the history
Sonar maintainability issue fixed

Issue-ID: NONRTRIC-872
Change-Id: Ie298a3286eab3b6ae86709f719b6a7ca03ce9295
Signed-off-by: aravind.est <[email protected]>
  • Loading branch information
aravindtga committed Jun 7, 2024
1 parent 6b918d6 commit 176e61f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void testPrimeRappSuccessWithValidInfoType(String rappFile) throws JsonProcessin
}

@Test
void testPrimeRappWithoutDme() throws JsonProcessingException {
void testPrimeRappWithoutDme() {
RappResources rappResources = rappDmeResourceBuilder.getResources();
rappResources.setDme(null);
Rapp rapp = getRapp(Optional.empty());
Expand Down

0 comments on commit 176e61f

Please sign in to comment.