aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/create_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-23 19:19:16 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-23 19:19:16 +0200
commite7648996c8f278d061fe03a5c4d255049da765e5 (patch)
tree2917891d130853b24a375ef00b68fe14c8228296 /bug/operations/create_test.go
parent16f55e3f4d560330a638986130d27fd067300169 (diff)
downloadgit-bug-e7648996c8f278d061fe03a5c4d255049da765e5.tar.gz
bug: add a new BugExerpt that hold a subset of a bug state for efficient sorting and retrieval
Diffstat (limited to 'bug/operations/create_test.go')
-rw-r--r--bug/operations/create_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/operations/create_test.go b/bug/operations/create_test.go
index a20472d3..319cdb7f 100644
--- a/bug/operations/create_test.go
+++ b/bug/operations/create_test.go
@@ -21,7 +21,7 @@ func TestCreate(t *testing.T) {
expected := bug.Snapshot{
Title: "title",
Comments: []bug.Comment{
- {Author: rene, Message: "message", UnixTime: create.UnixTime},
+ {Author: rene, Message: "message", UnixTime: create.UnixTime()},
},
Author: rene,
CreatedAt: create.Time(),