# frozen_string_literal: true

Fabricator(:topic_user) do
  user
  topic
end