Skip to content

Commit b025d4b

Browse files
Update spec/client_spec.rb
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3dca757 commit b025d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def loop_times(times)
594594

595595
it 'request users export' do
596596
user_id1 = SecureRandom.uuid
597-
@client.update_users([{ id: user_id1 } ])
597+
@client.update_users([{ id: user_id1 }])
598598

599599
resp = @client.export_users([user_id1])
600600
expect(resp['task_id']).not_to be_empty

0 commit comments

Comments
 (0)