Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Durčák committed Sep 20, 2024
1 parent 715141c commit 15dfcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/filter_subscription_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class FilterSubscriptionTest < ActiveSupport::TestCase
test "new thread matching subscription fires event" do
user = users(:admin)
filter = filters(:one)
filter = filters(:ssd_general)
s = FilterSubscription.create!(tenant: user.tenant, user: user, filter: filter, events: ["Notifications::NewMessageThread", "Notifications::NewMessage"])

m = Govbox::Message.create_message_with_thread!(govbox_messages(:one))
Expand Down

0 comments on commit 15dfcdd

Please sign in to comment.