diff options
Diffstat (limited to 'bug/op_create_test.go')
-rw-r--r-- | bug/op_create_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_create_test.go b/bug/op_create_test.go index 338067aa..2c5ae35b 100644 --- a/bug/op_create_test.go +++ b/bug/op_create_test.go @@ -18,7 +18,7 @@ func TestCreate(t *testing.T) { create := NewCreateOp(rene, unix, "title", "message", nil) - snapshot = create.Apply(snapshot) + create.Apply(&snapshot) expected := Snapshot{ Title: "title", |