(t *testing.T)
| 10 | ) |
| 11 | |
| 12 | func TestSetStatusSerialize(t *testing.T) { |
| 13 | dag.SerializeRoundTripTest(t, operationUnmarshaler, func(author identity.Interface, unixTime int64) (*SetStatusOperation, entity.Resolvers) { |
| 14 | return NewSetStatusOp(author, unixTime, common.ClosedStatus), nil |
| 15 | }) |
| 16 | } |
nothing calls this directly
no test coverage detected