Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeTheDev authored and rgalanakis committed Dec 3, 2024
1 parent e1ca075 commit e6d3685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/suma/admin_api/program_enrollments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
expect(last_response).to have_status(200)
expect(last_response).to have_json_body.that_includes(
id: enrollment.id,
member: include(id: enrollment.member.id),
enrollee: include(id: enrollment.member.id),
)
end

Expand Down

0 comments on commit e6d3685

Please sign in to comment.