Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 6083b93

Browse files
committed
Replace use of ivar with synthesized property
1 parent d9292ba commit 6083b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera/example/ios/RunnerTests/CameraOrientationTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ - (void)setUp {
2424
[super setUp];
2525

2626
self.mockMessenger = OCMProtocolMock(@protocol(FlutterBinaryMessenger));
27-
self.cameraPlugin = [[CameraPlugin alloc] initWithRegistry:nil messenger:_mockMessenger];
27+
self.cameraPlugin = [[CameraPlugin alloc] initWithRegistry:nil messenger:self.mockMessenger];
2828
}
2929

3030
- (void)testOrientationNotifications {

0 commit comments

Comments
 (0)