Skip to content

Commit

Permalink
Bring back stream isolation to tame mutant
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Nov 23, 2023
1 parent 3808041 commit 2e957ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shared/lib/project_management/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ def test_closed_from_resolved_after_progress_started
)
end

def test_stream_isolation
create_issue
handler.call(CreateIssue.new(SecureRandom.uuid))
resolve_issue

assert_events(issue_opened, issue_resolved)
end

private

attr_reader :event_store, :handler
Expand Down

0 comments on commit 2e957ae

Please sign in to comment.