mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-03 22:29:39 +00: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:
parent
e203eff6fe
commit
378626d7cb
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user