diff options
Diffstat (limited to 'spec/services')
| -rw-r--r-- | spec/services/parent_notifier_spec.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/spec/services/parent_notifier_spec.rb b/spec/services/parent_notifier_spec.rb index d4ca73ab3..d2dc6b184 100644 --- a/spec/services/parent_notifier_spec.rb +++ b/spec/services/parent_notifier_spec.rb @@ -46,6 +46,8 @@ RSpec.describe ParentNotifier do          notified_parent_at: nil        ) +      Import::Base.where(id: netex_import).update_all notified_parent_at: nil +        expect(          ParentNotifier.new(Import::Base).objects_pending_notification        ).to eq([netex_import]) | 
