flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Remove redundant null-aware operator in test

Open sidrao2006 opened this issue 3 years ago • 1 comments

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Test refactor

:arrow_heading_down: What is the current behavior?

Uses null aware operator

:new: What is the new behavior (if this is a feature change)?

Replace ?. with .

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

N/A

:memo: Links to relevant issues/docs

N/A

:thinking: Checklist before submitting

  • [x] All projects build
  • [x] Follows style guide lines (code style guide)
  • [ ] Relevant documentation was updated
  • [ ] Rebased onto current develop

sidrao2006 avatar Apr 09 '22 08:04 sidrao2006

Hmmm.. I wanted to approve and merge, however this will mean that any update is only compatible with Flutter 3 and higher. Only for a warning in this test I would not want to have that.

renefloor avatar May 16 '22 18:05 renefloor