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

Commit

Permalink
remove missing wipeMemo wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
adg authored and Edward Muller committed Jan 19, 2017
1 parent 069c1e9 commit bcadbf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ensure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func main() {
sysCommit := tg.getCommit("go.googlesource.com/sys")
logrusCommit := tg.getCommit("github.com/Sirupsen/logrus")
expectedLock := `{
"memo": "139636a8e035b230b0d40c3beaca066a4fcd9b8577108b1727482af7cb743355",
"projects": [
{
"name": "github.com/Sirupsen/logrus",
Expand All @@ -154,7 +155,7 @@ func main() {
}
`

lock := wipeMemo(tg.readLock())
lock := tg.readLock()
if lock != expectedLock {
t.Fatalf("expected %s, got %s", expectedLock, lock)
}
Expand Down

0 comments on commit bcadbf3

Please sign in to comment.