Skip to content

RabbitConsumerSpec uses mutable state in its corresponding Fixture #19

@rodoherty1

Description

@rodoherty1

The static analysis check (scala-style) by default prohibits mutable state in application code and unit tests. The "prohibit mutable state" rule was disabled during the hackathon to facilitate adding of some unit tests.

This rule should be reinstated.

Please refactor RabbitConsumerFixture so that mutable state is not required for the tests to pass.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions