Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
whomingbird committed Jan 17, 2025
1 parent ef485f0 commit ba5f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/message_log_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class MessageLogTest < ActiveSupport::TestCase

actual = JSON.parse(log.details)
expected = {
institution: {id: institution.id, title: institution.title, city: institution.city, web_page: institution.web_page, country: institution.country},
institution: {id: institution.id, title: institution.title, ror_id: institution.ror_id, city: institution.city, web_page: institution.web_page, country: institution.country},
project: {id:nil, title:'new project', description: 'blah', web_page: 'https://webpage.com', programme_id:programme.id},
programme: {id:programme.id, title:programme.title, description: programme.description}
}.with_indifferent_access
Expand Down

0 comments on commit ba5f0ed

Please sign in to comment.