Fix specs

This commit is contained in:
Eugene Burmakin 2025-07-20 21:29:05 +02:00
parent 8b03b0c7f5
commit b7aa05f4ea
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -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(