aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_noop_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_noop_test.go')
-rw-r--r--bug/op_noop_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_noop_test.go b/bug/op_noop_test.go
index 385bc914..33e37bec 100644
--- a/bug/op_noop_test.go
+++ b/bug/op_noop_test.go
@@ -21,5 +21,8 @@ func TestNoopSerialize(t *testing.T) {
err = json.Unmarshal(data, &after)
assert.NoError(t, err)
+ // enforce creating the ID
+ before.ID()
+
assert.Equal(t, before, &after)
}