DEV: Reserve assigned notification type (#16207)

* DEV: Reserve assigned notification type

* update constants
This commit is contained in:
Rafael dos Santos Silva
2022-03-16 17:08:10 -03:00
committed by GitHub
parent 69752f0100
commit 100a84d345
4 changed files with 8 additions and 1 deletions

View File

@ -51,6 +51,7 @@ describe Notification do
expect(@types[:event_invitation]).to eq(28)
expect(@types[:chat_mention]).to eq(29)
expect(@types[:chat_message]).to eq(30)
expect(@types[:assigned]).to eq(34)
end
end
end