Skip to content

Commit

Permalink
align comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daixtrose committed Oct 23, 2024
1 parent f85e5b5 commit a3e0818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymorphism/test/src/test_consume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ int main()

"[modern mock]"_test = [] {
static constexpr auto EXPECTED_COOLFEATURE_CALLS = 2; // coolFeature() is called:
// 1. During initial value check (line 54)
// 2. During side effect verification (line 68)
// 1. During initial value check (line 56)
// 2. During side effect verification (line 70)
given("I have a an mock that adheres to a concept") = [] {
mocking::Mock impl;

Expand Down

0 comments on commit a3e0818

Please sign in to comment.