# frozen_string_literal: true
FactoryBot.define do
factory :notification_setting do
source factory: :project
user
level 3
end