There was an error while loading. Please reload this page.
1 parent 95dc399 commit 3a4e915Copy full SHA for 3a4e915
1 file changed
spec/unit/waiter_multi_spec.rb
@@ -184,8 +184,7 @@
184
expect(ptr.type).to eq('tasker')
185
expect(ptr.name).to eq('hole')
186
187
- #expect(ptr.payload).to eq('target' => 'Talos IV')
188
- expect(ptr.payload['target'].to eq('Talos IV')
+ expect(ptr.payload).to eq('ret' => 'hole', 'target' => 'Talos IV')
189
end
190
191
it 'lets the launcher wait for the presence of a task at a nid' do
@@ -213,8 +212,7 @@
213
212
214
215
expect(ptr.value).to eq('take 2')
216
-
217
- #expect(ptr.payload).to eq({})
+ expect(ptr.payload).to eq('ret' => 'take 2')
218
219
220
it 'lets the launcher wait for two taskers' do
0 commit comments