# frozen_string_literal: true

Fabricator(:topic_link_click) do
  topic_link
  ip_address "192.168.1.1"
end
