From c875d40e631f83507b602807480be96dae05fc85 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 1 Aug 2018 02:15:40 +0200 Subject: termui: add a view to display a bug --- bug/operations/create_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bug/operations/create_test.go') diff --git a/bug/operations/create_test.go b/bug/operations/create_test.go index 8aade05f..11b907c8 100644 --- a/bug/operations/create_test.go +++ b/bug/operations/create_test.go @@ -23,6 +23,8 @@ func TestCreate(t *testing.T) { Comments: []bug.Comment{ {Author: rene, Message: "message", UnixTime: create.UnixTime}, }, + Author: rene, + CreatedAt: create.Time(), } if !reflect.DeepEqual(snapshot, expected) { -- cgit