Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Jan 9, 2025
1 parent fff79e2 commit 0f6c7f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ void it_should_assist_binding_if_multiple_suggestions_but_scopes_are_parent_and_
var inputFile = createFile(baseDir, "Main.java", "");
var fakeClient = harness.newFakeClient()
.withInitialFs("configScopeParent", List.of(new ClientFileDto(inputFile.toUri(), baseDir.relativize(inputFile), "configScopeParent", false, null, inputFile, null, null, true)))
.withInitialFs("configScopeChild", List.of())
.build();
var scServer = buildSonarCloudServer(harness).start();
var backend = harness.newBackend()
Expand Down

0 comments on commit 0f6c7f7

Please sign in to comment.