Refactoring: get rid of ruby antipattern unless/else and use if/else instead
Created by: avakarev
Unless/else condition is confusing a lot. So, refactored to if/else instead.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: avakarev
Unless/else condition is confusing a lot. So, refactored to if/else instead.