Skip to content

Commit ab98af0

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

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
@@ -169,7 +169,7 @@ def loop_times(times)
169169
@client.update_user({ id: user_id, name: 'Test User' })
170170

171171
response = @client.update_user_partial({
172-
id: user_id,
172+
id: user_id,
173173
set: {
174174
team: 'blue',
175175
teams_role: { 'blue' => 'admin' }

0 commit comments

Comments
 (0)