Skip to content

Commit

Permalink
[Darwin] Fix return type of unit test to standard type (project-chip#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple authored Jan 25, 2025
1 parent fd216ec commit 5dee683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIPTests/MTRSetupPayloadTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ - (void)testDescriptionShowsUnknownDiscoveryMethods
XCTAssertNotEqualObjects(a.description, b.description);
}

- (uint32)generateRepeatedDigitPasscode:(uint8_t)digit
- (uint32_t)generateRepeatedDigitPasscode:(uint8_t)digit
{
// "digit" is expected to be a single digit. Generates a number that has
// that digit repeated 8 times.
Expand Down

0 comments on commit 5dee683

Please sign in to comment.