()
| 688 | } |
| 689 | |
| 690 | func defaultSignature() *object.Signature { |
| 691 | when, _ := time.Parse(object.DateFormat, "Thu May 04 00:03:43 2017 +0200") |
| 692 | return &object.Signature{ |
| 693 | Name: "foo", |
| 694 | Email: "foo@foo.foo", |
| 695 | When: when, |
| 696 | } |
| 697 | } |
| 698 | |
| 699 | func invalidSignature() *object.Signature { |
| 700 | when, _ := time.Parse(object.DateFormat, "Thu May 04 00:03:43 2017 +0200") |
no test coverage detected
searching dependent graphs…