diff options
Diffstat (limited to 'spec/factories/timelogs.rb')
-rw-r--r-- | spec/factories/timelogs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/timelogs.rb b/spec/factories/timelogs.rb index 056a8833c46..5d34acc635d 100644 --- a/spec/factories/timelogs.rb +++ b/spec/factories/timelogs.rb @@ -4,7 +4,7 @@ FactoryBot.define do factory :timelog do - time_spent 3600 + time_spent { 3600 } issue user { issue.project.creator } end |