Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
fix memos
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll authored and sdboyer committed Jan 26, 2017
1 parent 9690862 commit 21f357a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ensure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {

sysCommit := tg.getCommit("go.googlesource.com/sys")
expectedLock := `{
"memo": "574170053fb14e0ecdd0ec4d8bb3323b901cb98710ac0da175efdf881dd4fb81",
"memo": "57d20ba0289c2df60025bf6127220a5403483251bd5e523a7f9ea17752bd5482",
"projects": [
{
"name": "github.com/Sirupsen/logrus",
Expand Down Expand Up @@ -133,7 +133,7 @@ func main() {
sysCommit := tg.getCommit("go.googlesource.com/sys")
logrusCommit := tg.getCommit("github.com/Sirupsen/logrus")
expectedLock := `{
"memo": "139636a8e035b230b0d40c3beaca066a4fcd9b8577108b1727482af7cb743355",
"memo": "d4a7b45d366ece090464407f4038cdb62a031c29ef3254f197b8a3d5e6993cca",
"projects": [
{
"name": "github.com/Sirupsen/logrus",
Expand Down
2 changes: 1 addition & 1 deletion init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const Qux = "yo yo!"

sysCommit := tg.getCommit("go.googlesource.com/sys")
expectedLock := `{
"memo": "e5aa3024d5de3a019bf6541029effdcd434538399eb079f432635c8524d31238",
"memo": "668fe45796bc4e85a5a6c0a0f1eb6fab9e23588d1eb33f3a12b2ad5599a3575e",
"projects": [
{
"name": "github.com/Sirupsen/logrus",
Expand Down
2 changes: 1 addition & 1 deletion remove_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {

sysCommit := tg.getCommit("go.googlesource.com/sys")
expectedLock := `{
"memo": "c2d1935d281595034e4afeb49d13981f4210badea72ac78c3eb2ba01f36c3ceb",
"memo": "7769242a737ed497aa39831eecfdc4a1bf59517df898907accc6bdc0f789a69b",
"projects": [
{
"name": "github.com/Sirupsen/logrus",
Expand Down

0 comments on commit 21f357a

Please sign in to comment.