Skip to content

Commit

Permalink
Merge pull request #1 from hvuhsg/revert
Browse files Browse the repository at this point in the history
Add tests back
  • Loading branch information
hvuhsg authored May 6, 2024
2 parents 8d078c8 + 3f9736d commit 54f8f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Kiota.Builder.Tests/Extensions/StringExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public void ToSnakeCase()
Assert.Equal("microsoft_graph_message_content", "microsoft_Graph_Message_Content".ToSnakeCase());
Assert.Equal("test_value", "testValue<WithStrippedContent".ToSnakeCase());
Assert.Equal("test", "test<Value".ToSnakeCase());
// Assert.Equal("microsoft_website_url", "microsoftWebsiteURL".ToSnakeCase());
// Assert.Equal("microsoft_website_url", "MICROSOFT_WEBSITE_URL".ToSnakeCase());
Assert.Equal("microsoft_website_url", "microsoftWebsiteURL".ToSnakeCase());
Assert.Equal("microsoft_website_url", "MICROSOFT_WEBSITE_URL".ToSnakeCase());
}
[Fact]
public void NormalizeNameSpaceName()
Expand Down

0 comments on commit 54f8f55

Please sign in to comment.