(t *testing.T)
| 9 | ) |
| 10 | |
| 11 | func TestSetTitleSerialize(t *testing.T) { |
| 12 | dag.SerializeRoundTripTest(t, operationUnmarshaler, func(author identity.Interface, unixTime int64) (*SetTitleOperation, entity.Resolvers) { |
| 13 | return NewSetTitleOp(author, unixTime, "title", "was"), nil |
| 14 | }) |
| 15 | } |
nothing calls this directly
no test coverage detected