mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fix specs
This commit is contained in:
parent
8b03b0c7f5
commit
b7aa05f4ea
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ FactoryBot.define do
|
|||
|
||||
settings do
|
||||
{
|
||||
'route_opacity' => '0.5',
|
||||
'route_opacity' => '50',
|
||||
'meters_between_routes' => '500',
|
||||
'minutes_between_routes' => '30',
|
||||
'fog_of_war_meters' => '100',
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ RSpec.describe Tracks::CreateJob, type: :job do
|
|||
user,
|
||||
start_at: nil,
|
||||
end_at: nil,
|
||||
mode: :bulk
|
||||
mode: :incremental
|
||||
)
|
||||
expect(generator_instance).to have_received(:call)
|
||||
expect(Notifications::Create).to have_received(:new).with(
|
||||
|
|
|
|||
Loading…
Reference in a new issue