Skip to content

Commit c18fb1c

Browse files
Update src/platform/tests/TestPlatformMgr.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 589386d commit c18fb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/tests/TestPlatformMgr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TestPlatformMgr : public ::testing::Test
5555
CHIP_ERROR error = chip::Platform::MemoryInit();
5656
EXPECT_EQ(error, CHIP_NO_ERROR);
5757

58-
// Setup a fake commissionable data provider since required by internals of several
58+
// Set up a fake commissionable data provider since required by internals of several
5959
// Device/SystemLayer components.
6060
static chip::DeviceLayer::TestOnlyCommissionableDataProvider commissionable_data_provider;
6161
chip::DeviceLayer::SetCommissionableDataProvider(&commissionable_data_provider);

0 commit comments

Comments
 (0)