aboutsummaryrefslogtreecommitdiffstats
path: root/tests/operation_pack_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/operation_pack_test.go')
-rw-r--r--tests/operation_pack_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/operation_pack_test.go b/tests/operation_pack_test.go
index 8ca43c09..2b19e364 100644
--- a/tests/operation_pack_test.go
+++ b/tests/operation_pack_test.go
@@ -13,6 +13,7 @@ func TestOperationPackSerialize(t *testing.T) {
opp.Append(createOp)
opp.Append(setTitleOp)
+ opp.Append(addCommentOp)
jsonBytes, err := opp.Serialize()