Open placer14 opened 6 years ago
Background: https://github.com/OpenBazaar/openbazaar-go/pull/1040#discussion_r204418698
As a developer, I expect a new message type to raise a failure in the unit test suite when not included in either the MessageProcessingOrder or a blacklist indicating it should not be included so I will not forget to include it in the future.
MessageProcessingOrder
@placer14 for comments on PR #1229 .
Background: https://github.com/OpenBazaar/openbazaar-go/pull/1040#discussion_r204418698
As a developer, I expect a new message type to raise a failure in the unit test suite when not included in either the
MessageProcessingOrder
or a blacklist indicating it should not be included so I will not forget to include it in the future.