Skip to content

Commit 2f9cf87

Browse files
author
Andrew Omondi
committed
format dotnet
1 parent e5964af commit 2f9cf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Kiota.Builder.Tests/Writers/Java/CodeMethodWriterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,10 +1723,10 @@ public void WritesGetterToFieldWithEnumSetParameter()
17231723
setup();
17241724
var codeEnumType = new CodeType
17251725
{
1726-
Name = "customEnum",
1726+
Name = "customEnum",
17271727
TypeDefinition = new CodeEnum
17281728
{
1729-
Name = "customEnumType",
1729+
Name = "customEnumType",
17301730
Flags = true
17311731
}
17321732
};

0 commit comments

Comments
 (0)