| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 31eb0ae commit c4e21d3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,8 @@ def test_fruit_step_bag(step_bag): | |||
| 34 | 34 | @test_steps("apples", "bananas") | |
| 35 | 35 | def test_fruit_results_bag(results_bag): | |
| 36 | 36 | # This test will have a shared bag over both steps | |
| 37 | - yield from fruit_counter(results_bag) | ||
| 37 | + for f in fruit_counter(step_bag): | ||
| 38 | + yield f | ||
| 38 | 39 | ||
| 39 | 40 | ||
| 40 | 41 | @test_steps("apples", "bananas") | |
| Back | FazBrowse Home | New Git URL |
0 commit comments