mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fix spec
This commit is contained in:
parent
f738956959
commit
15b20fd2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ RSpec.describe Stats::CalculateMonth do
|
|||
|
||||
context 'when units are miles' do
|
||||
before do
|
||||
user.update(settings: { distance_unit: 'mi' })
|
||||
user.update(settings: { maps: { distance_unit: 'mi' } })
|
||||
end
|
||||
|
||||
it 'creates stats' do
|
||||
|
|
|
|||
Loading…
Reference in a new issue