Skip to content

Commit

Permalink
fix field reference to terminate reason
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker committed Feb 18, 2025
1 parent 3e1d4f3 commit 0b671f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/tasks/reinstate_policies_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
end

it 'should nullify the term reason' do
expect(enrollment.reload.termination_reason).to eq nil
expect(enrollment.reload.terminate_reason).to eq nil
end
end
end

0 comments on commit 0b671f6

Please sign in to comment.