ordercloud-api / ordercloud-dotnet-catalyst

A foundational library for OrderCloud integrations and server-side projects in .NET
Apache License 2.0
9 stars 15 forks source link

Feature/fix past expiry unit test #50

Closed smitbmx closed 2 years ago

smitbmx commented 2 years ago

1) Fixed the should_deny_access_if_past_expiry unit test. 2) Updated the Create method of the FakeOrderCloudToken class to avoid mixing DateTime.Now and DateTime.UtcNow.