Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove erroneous
shutdown
unit test
Removes the `shutdown` unit test from `TransactionalOutboxImplSpec`: - It does not make sense, i.e. there are two items (which also happen to be the exact same instance) queued for processing, but then only one of them is reset to pending. - There is a separate suite `OutboxShutdownSpec` that provides a range of unit tests specifically for the `shutdown` method and covers all possible paths. [SW-587]
- Loading branch information