Skip to content

Commit

Permalink
minitest style change for troubleshooting purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Dec 20, 2023
1 parent 944af97 commit 354b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_annotator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_generate_dictionary_file
assert @@redis.exists?(Annotator::Models::NcboAnnotator::MGREP_DICTIONARY_REFRESH_TIMESTAMP)
assert @@redis.exists?(Annotator::Models::NcboAnnotator::LAST_MGREP_RESTART_TIMESTAMP)
refresh_timestamp = @@redis.get(Annotator::Models::NcboAnnotator::MGREP_DICTIONARY_REFRESH_TIMESTAMP)
assert refresh_timestamp > start_timestamp
assert_operator refresh_timestamp, :>, start_timestamp
end

def test_mallet_recognizer
Expand Down

0 comments on commit 354b388

Please sign in to comment.