Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace use of ivar with synthesized property
  • Loading branch information
mvanbeusekom committed Oct 12, 2021
commit 6083b9300e7ac11b0d118551cd3918bf41a82bdc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ - (void)setUp {
[super setUp];

self.mockMessenger = OCMProtocolMock(@protocol(FlutterBinaryMessenger));
self.cameraPlugin = [[CameraPlugin alloc] initWithRegistry:nil messenger:_mockMessenger];
self.cameraPlugin = [[CameraPlugin alloc] initWithRegistry:nil messenger:self.mockMessenger];
}

- (void)testOrientationNotifications {
Expand Down