Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Migrate state tests from time.Now() to ZeroTime() #6328
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 9e10488
into
juju:master
Sep 27, 2016
1 check passed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy.
Details
macgreagoir
deleted the
macgreagoir:state-zerotime
branch
Oct 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
macgreagoir commentedSep 27, 2016
Introduces, to state tests, the use of ZeroTime() from the testing
package, to replace time.Now() in cases where the the actual current
time is not required.
QA steps: