Skip to content

Commit

Permalink
Update CodeSnippetsReflection.OpenAPI.Test/PhpGeneratorTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com>
  • Loading branch information
SilasKenneth and andrueastman authored May 16, 2024
1 parent 7a958cd commit 59c51af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeSnippetsReflection.OpenAPI.Test/PhpGeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ public async Task GenerateWithCustomDateAndTimeTypes()
Assert.Contains(@"use Microsoft\Kiota\Abstractions\Types\Time;", result);
Assert.Contains(@"use Microsoft\Graph\Generated\Models\AutomaticUpdateMode;", result);
Assert.Contains("->setQualityUpdatesPauseStartDate(new Date('2016-12-31'))", result);
Assert.Contains("->setScheduledInstallTime(new Time('11:59:31.3170000'))", result);
Assert.Contains("->setScheduledInstallTime(new Time('11:59:31.3170000'))", result);
}

[Fact]
Expand Down

0 comments on commit 59c51af

Please sign in to comment.