aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_status_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_set_status_test.go')
-rw-r--r--bug/op_set_status_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/bug/op_set_status_test.go b/bug/op_set_status_test.go
index 2506b947..ea032184 100644
--- a/bug/op_set_status_test.go
+++ b/bug/op_set_status_test.go
@@ -21,5 +21,9 @@ func TestSetStatusSerialize(t *testing.T) {
err = json.Unmarshal(data, &after)
assert.NoError(t, err)
+ // enforce creating the IDs
+ before.Id()
+ rene.Id()
+
assert.Equal(t, before, &after)
}