# frozen_string_literal: true
FactoryBot.define do
factory :community_default, class: "ESM::CommunityDefault" do
# attribute :community_id, :integer
# attribute :server_id, :integer
# attribute :channel_id, :string
# belongs_to :community
# belongs_to :server
end
end