-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bb): small test improvements (#4568)
Dipping toes in BB codebase: * Using GTest matchers. * Removing use of `emplace_back` in favour of `push_back`: this makes no difference unless you are building an elements _in place_ by passing the arguments to the element constructor (which is not happening here). `push_back` is a recommended default given the clearer name.
- Loading branch information
Showing
1 changed file
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters