mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user