diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/MultiProfileTest.Client.cs b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/MultiProfileTest.Client.cs index cb7c3096290..4e3e53a2c10 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/MultiProfileTest.Client.cs +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/MultiProfileTest.Client.cs @@ -1149,7 +1149,7 @@ public enum Episode { NewHope, Empire, - Jedi, + Jedi } // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator @@ -1604,7 +1604,7 @@ public partial interface IMultiProfileClient public enum MultiProfileClientProfileKind { InMemory, - Default, + Default } } diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsIntrospectionTest.Client.cs b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsIntrospectionTest.Client.cs index 5ee00b2602a..b02d269af1e 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsIntrospectionTest.Client.cs +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsIntrospectionTest.Client.cs @@ -2834,7 +2834,7 @@ public enum __TypeKind /// /// Indicates this type is a non-null. `ofType` is a valid field. /// - NonNull, + NonNull } // StrawberryShake.CodeGeneration.CSharp.Generators.EnumParserGenerator diff --git a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsOnReviewSubCompletionTest.Client.cs b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsOnReviewSubCompletionTest.Client.cs index 75c99f5e72d..04fa4dba24f 100644 --- a/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsOnReviewSubCompletionTest.Client.cs +++ b/src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/Integration/StarWarsOnReviewSubCompletionTest.Client.cs @@ -445,7 +445,7 @@ public partial interface IStarWarsOnReviewSubCompletionClient public enum StarWarsOnReviewSubCompletionClientProfileKind { InMemory, - Default, + Default } }