Skip to content

Commit 5dee683

Browse files
authored
[Darwin] Fix return type of unit test to standard type (project-chip#37200)
1 parent fd216ec commit 5dee683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIPTests/MTRSetupPayloadTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ - (void)testDescriptionShowsUnknownDiscoveryMethods
439439
XCTAssertNotEqualObjects(a.description, b.description);
440440
}
441441

442-
- (uint32)generateRepeatedDigitPasscode:(uint8_t)digit
442+
- (uint32_t)generateRepeatedDigitPasscode:(uint8_t)digit
443443
{
444444
// "digit" is expected to be a single digit. Generates a number that has
445445
// that digit repeated 8 times.

0 commit comments

Comments
 (0)