Skip to content

3.x: fix typo in FlowableRetryTest.java - #7223

Merged
akarnokd merged 1 commit into
ReactiveX:3.xfrom
eltociear:patch-1
Apr 8, 2021
Merged

3.x: fix typo in FlowableRetryTest.java#7223
akarnokd merged 1 commit into
ReactiveX:3.xfrom
eltociear:patch-1

Conversation

@eltociear

Copy link
Copy Markdown
Contributor

Thank you for contributing to RxJava. Before pressing the "Create Pull Request" button, please consider the following points:

  • Please give a description about what and why you are contributing, even if it's trivial.

Fixed typo below.

seperate -> separate
  • Please include the issue list number(s) or other PR numbers in the description if you are contributing in response to those.

  • Please include a reasonable set of unit tests if you contribute new code or change an existing one. If you contribute an operator, (if applicable) please make sure you have tests for working with an empty, just, range of values as well as an error source, with and/or without backpressure and see if unsubscription/cancellation propagates correctly.

@codecov

codecov Bot commented Apr 8, 2021

Copy link
Copy Markdown

Codecov Report

Merging #7223 (f98e628) into 3.x (11b50a5) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7223      +/-   ##
============================================
- Coverage     99.54%   99.53%   -0.01%     
+ Complexity     6757     6756       -1     
============================================
  Files           747      747              
  Lines         47391    47391              
  Branches       6382     6382              
============================================
- Hits          47173    47171       -2     
- Misses           96       97       +1     
- Partials        122      123       +1     
Impacted Files Coverage Δ Complexity Δ
...vex/rxjava3/internal/operators/maybe/MaybeAmb.java 96.96% <0.00%> (-3.04%) 10.00% <0.00%> (-1.00%)
...o/reactivex/rxjava3/processors/AsyncProcessor.java 97.91% <0.00%> (-2.09%) 44.00% <0.00%> (-1.00%)
...nternal/operators/observable/ObservableWindow.java 98.21% <0.00%> (-1.79%) 3.00% <0.00%> (ø%)
...nternal/operators/parallel/ParallelSortedJoin.java 98.49% <0.00%> (-1.51%) 2.00% <0.00%> (ø%)
...3/internal/operators/flowable/FlowablePublish.java 99.00% <0.00%> (-1.00%) 18.00% <0.00%> (ø%)
...rxjava3/internal/schedulers/ExecutorScheduler.java 99.12% <0.00%> (-0.88%) 10.00% <0.00%> (ø%)
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 98.75% <0.00%> (-0.84%) 49.00% <0.00%> (ø%)
...va3/internal/operators/flowable/FlowableCache.java 99.24% <0.00%> (-0.76%) 38.00% <0.00%> (-1.00%)
...ternal/operators/observable/ObservableFlatMap.java 97.87% <0.00%> (-0.36%) 3.00% <0.00%> (ø%)
...3/internal/operators/flowable/FlowableFlatMap.java 98.88% <0.00%> (-0.28%) 4.00% <0.00%> (ø%)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11b50a5...f98e628. Read the comment docs.

@akarnokd
akarnokd merged commit cea7066 into ReactiveX:3.x Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants