Skip to content

Commit 21eb30c

Browse files
committed
test journal: fix a typo
1 parent 28e170b commit 21eb30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/full_text_search/journal_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_save
2020
source_type_id: Type.journal.id)
2121
issue = journal.journalized
2222
# Redmine 5.0 doesn't have updated_on
23-
if journal.resond_to?(:updated_on)
23+
if journal.respond_to?(:updated_on)
2424
last_modified_at = journal.updated_on
2525
else
2626
last_modified_at = journal.created_on

0 commit comments

Comments
 (0)