Skip to content

Commit

Permalink
Fix code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Jan 20, 2025
1 parent 563c9b5 commit a9d5d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PathTranslationServiceTests {
@RegisterExtension
private static final SonarLintLogTester logTester = new SonarLintLogTester();
private static final String CONFIG_SCOPE = "configScopeA";
private final Binding BINDING = new Binding("connectionA", "sonarProjectA");
private static final Binding BINDING = new Binding("connectionA", "sonarProjectA");
private final ClientFileSystemService clientFs = mock(ClientFileSystemService.class);
private final ConfigurationRepository configurationRepository = mock(ConfigurationRepository.class);
private final ServerFilePathsProvider serverFilePathsProvider = mock(ServerFilePathsProvider.class);
Expand Down

0 comments on commit a9d5d61

Please sign in to comment.