Skip to content

Commit 41fbb3a

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

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
@@ -171,7 +171,7 @@ def loop_times(times)
171171
response = @client.update_user_partial({
172172
id: user_id,
173173
set: {
174-
team: 'blue',
174+
team: 'blue',
175175
teams_role: { 'blue' => 'admin' }
176176
}
177177
})

0 commit comments

Comments
 (0)