Skip to content

Commit

Permalink
Remove unused test constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jan 15, 2024
1 parent b598981 commit 6b19263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Bonsai.Sgen.Tests/DiscriminatorGenerationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public async Task GenerateFromOneOfDiscriminatorSchema_SerializerAnnotationsDecl
""type"": ""object"",
""properties"": {
""kind"": {
""type"": ""string"",
""enum"": [ ""Dog"" ]
},
""Bar"": {
Expand All @@ -121,7 +120,6 @@ public async Task GenerateFromOneOfDiscriminatorSchema_SerializerAnnotationsDecl
""type"": ""object"",
""properties"": {
""kind"": {
""type"": ""string"",
""enum"": [ ""Cat"" ]
},
""Baz"": {
Expand Down

0 comments on commit 6b19263

Please sign in to comment.