Skip to content

Commit

Permalink
Latest Dev changes (#1694) (#1711)
Browse files Browse the repository at this point in the history
* Fixes missing snippets due to alternate keys. (#1690)

* Fix issue with writing DateOnly and TimeOnly properties. (#1693)

---------

Co-authored-by: Millicent Achieng <achieng.milli@gmail.com>
Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent fd4c3b3 commit 349f6a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CodeSnippetsReflection.OpenAPI.Test/PhpGeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,6 @@ public async Task GenerateWithCustomDateAndTimeTypes()
Assert.Contains("->setQualityUpdatesPauseStartDate(new Date('2016-12-31'))", result);
Assert.Contains("->setScheduledInstallTime(new Time('11:59:31.3170000'))", result);
}

[Fact]
public async Task GenerateWithComplexArray()
{
Expand Down

0 comments on commit 349f6a5

Please sign in to comment.