Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Feb 14, 2024
1 parent 5985101 commit 1785eb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Kiota.Builder.Tests/KiotaBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6678,8 +6678,6 @@ public void SinglePathParametersAreDeduplicatedAndOrderIsRespected()
var builder = new KiotaBuilder(mockLogger, new GenerationConfiguration { ClientClassName = "GitHub", ApiRootUrl = "https://localhost" }, _httpClient);
var node = builder.CreateUriSpace(document);
var codeModel = builder.CreateSourceModel(node);

// Expected
var reposRB = codeModel.FindNamespaceByName("ApiSdk.repos.item.item").FindChildByName<CodeClass>("WithRepoItemRequestBuilder", false);
Assert.NotNull(reposRB);
var repoUrlTemplate = reposRB.FindChildByName<CodeProperty>("UrlTemplate", false);
Expand Down

0 comments on commit 1785eb5

Please sign in to comment.