Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nattsw committed Oct 3, 2023
1 parent ada9794 commit efe2e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/assigner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
expect(TopicQuery.new(moderator, assigned: moderator.username).list_latest.topics).to eq([])

expect(TopicUser.find_by(user: moderator).notification_level).to eq(
TopicUser.notification_levels[:tracking],
TopicUser.notification_levels[:watching],
)
end

Expand Down

0 comments on commit efe2e56

Please sign in to comment.