Skip to content

Commit 59136f5

Browse files
rubocop fix
1 parent 02f9da5 commit 59136f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/decision_service_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236

12371237
it 'should save user profile for standard (non-CMAB) experiments' do
12381238
# Use a standard (non-CMAB) experiment
1239-
experiment = config.get_experiment_from_key('test_experiment')
1239+
config.get_experiment_from_key('test_experiment')
12401240
user_context = project_instance.create_user_context('test_user', {})
12411241

12421242
# Create a user profile tracker

0 commit comments

Comments
 (0)