瀏覽代碼

Fix NotifyService test with regards to reblogs (#10928)

Fixes #10890
master^2
ThibG 5 年之前
committed by Eugen Rochko
父節點
當前提交
a353dc6030
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      spec/services/notify_service_spec.rb

+ 1
- 1
spec/services/notify_service_spec.rb 查看文件

@@ -105,7 +105,7 @@ RSpec.describe NotifyService, type: :service do
end

it 'shows reblogs when disabled' do
recipient.follow!(sender, reblogs: true)
recipient.follow!(sender, reblogs: false)
is_expected.to change(Notification, :count)
end
end


Loading…
取消
儲存