remove spaces inside {} of test/unit/time_entry_query_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20379 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-11-15 12:36:16 +00:00
parent e203eff6fe
commit 378626d7cb

View File

@@ -137,7 +137,7 @@ class TimeEntryQueryTest < ActiveSupport::TestCase
end
def test_results_scope_should_be_in_the_same_order_when_paginating
4.times { TimeEntry.generate! }
4.times {TimeEntry.generate!}
q = TimeEntryQuery.new
q.sort_criteria = {'0' => ['user', 'asc']}
time_entry_ids = q.results_scope.pluck(:id)