Skip to content

Commit

Permalink
Remove unnecessary test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsamehsalah committed Jun 1, 2023
1 parent d46216f commit 229226e
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ void identification() {
" // BUG: Diagnostic contains:",
" Mono.just(1).map(Flux::just);",
"",
" Mono.justOrEmpty(null);",
" // BUG: Diagnostic contains:",
" Mono.justOrEmpty(Mono.just(1));",
" // BUG: Diagnostic contains:",
" Mono.justOrEmpty(Flux.just(1));",
" // BUG: Diagnostic contains:",
" Mono.justOrEmpty(1).map(Mono::just);",
" // BUG: Diagnostic contains:",
" Mono.justOrEmpty(1).map(Flux::just);",
"",
" // BUG: Diagnostic contains:",
" Flux.just(Flux.empty());",
" // BUG: Diagnostic contains:",
Expand Down

0 comments on commit 229226e

Please sign in to comment.