Skip to content

Commit 29ff3d1

Browse files
committed
Simplify test
1 parent 4b2fddc commit 29ff3d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,10 @@ def loop_times(times)
168168
user_id = SecureRandom.uuid
169169
@client.update_user({ id: user_id, name: 'Test User' })
170170

171-
@client.update_user_partial({
172-
id: user_id,
173-
set: {
174-
teams: ['blue']
175-
}
176-
})
177-
178171
response = @client.update_user_partial({
179172
id: user_id,
180173
set: {
174+
teams: ['blue'],
181175
teams_role: { 'blue' => 'admin' }
182176
}
183177
})

0 commit comments

Comments
 (0)