fix: typo codespelling comment

This commit is contained in:
slowy07
2021-07-24 17:38:47 +07:00
parent 96f4ce02a3
commit 2f3e2e39cc
6 changed files with 8 additions and 8 deletions

View File

@@ -2017,7 +2017,7 @@ void ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestSuite(
}
// Tests that property recording functions in UnitTest outside of tests
// functions correcly. Creating a separate instance of UnitTest ensures it
// functions correctly. Creating a separate instance of UnitTest ensures it
// is in a state similar to the UnitTest's singleton's between tests.
class UnitTestRecordPropertyTest :
public testing::internal::UnitTestRecordPropertyTestHelper {