Skip to content

Commit ce95951

Browse files
spec/user_profile_tracker_spec.rb -> linting fix
1 parent 4379127 commit ce95951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/user_profile_tracker_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
it 'loads the user profile from the service if provided' do
2727
expected_profile = {
2828
user_id: user_id,
29-
experiment_bucket_map: { '111127' => { variation_id: '111128' } }
29+
experiment_bucket_map: {'111127' => {variation_id: '111128'}}
3030
}
3131
allow(mock_user_profile_service).to receive(:lookup).with(user_id).and_return(expected_profile)
3232
user_profile_tracker.load_user_profile

0 commit comments

Comments
 (0)