You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of issues with low resolution of the time.Now() on windows, this test usually fails on windows (but passes on linux). The current workaround is to do a time.Sleep(), which is an ugly hack. We should improve the testing by for example mocking the .ModTime()
Describe the bug
Because of issues with low resolution of the time.Now() on windows, this test usually fails on windows (but passes on linux). The current workaround is to do a
time.Sleep()
, which is an ugly hack. We should improve the testing by for example mocking the.ModTime()
To Reproduce
Run the test on windows
Expected behavior
The test should pass without
time.Sleep()
Porter Command and Output
Version
Copy the output of
porter version
belowporter v1.0.15 (be5c66a)
The text was updated successfully, but these errors were encountered: