Closed smitbmx closed 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.
should_deny_access_if_past_expiry
FakeOrderCloudToken
DateTime.Now
DateTime.UtcNow
1) Fixed the
should_deny_access_if_past_expiry
unit test. 2) Updated the Create method of theFakeOrderCloudToken
class to avoid mixingDateTime.Now
andDateTime.UtcNow
.