Unverified Commit 1f3484a2 authored by keshavgbpecdelhi's avatar keshavgbpecdelhi Committed by GitHub
Browse files

Update cook_book.md

Please note that changing the default value for a type can make [you]* test.....
Here "you" word doesn't make sense.. rather "your" seems to make it understandable.
parent fe4d5f10
...@@ -2115,7 +2115,7 @@ class MockFoo : public Foo { ...@@ -2115,7 +2115,7 @@ class MockFoo : public Foo {
DefaultValue<Bar>::Clear(); DefaultValue<Bar>::Clear();
``` ```
Please note that changing the default value for a type can make you tests hard Please note that changing the default value for a type can make your tests hard
to understand. We recommend you to use this feature judiciously. For example, to understand. We recommend you to use this feature judiciously. For example,
you may want to make sure the `Set()` and `Clear()` calls are right next to the you may want to make sure the `Set()` and `Clear()` calls are right next to the
code that uses your mock. code that uses your mock.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment