aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_title_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_set_title_test.go')
-rw-r--r--bug/op_set_title_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/bug/op_set_title_test.go b/bug/op_set_title_test.go
index 7059c4c7..2a227709 100644
--- a/bug/op_set_title_test.go
+++ b/bug/op_set_title_test.go
@@ -30,8 +30,7 @@ func TestSetTitleSerialize(t *testing.T) {
// enforce creating the ID
before.Id()
- // Replace the identity stub with the real thing
- require.Equal(t, rene.Id(), after.Author().Id())
+ // Replace the identity as it's not serialized
after.Author_ = rene
require.Equal(t, before, &after)