We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e170b commit 21eb30cCopy full SHA for 21eb30c
test/unit/full_text_search/journal_test.rb
@@ -20,7 +20,7 @@ def test_save
20
source_type_id: Type.journal.id)
21
issue = journal.journalized
22
# Redmine 5.0 doesn't have updated_on
23
- if journal.resond_to?(:updated_on)
+ if journal.respond_to?(:updated_on)
24
last_modified_at = journal.updated_on
25
else
26
last_modified_at = journal.created_on
0 commit comments