Skip to content
This repository was archived by the owner on Feb 25, 2025. 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
Update accessibility_bridge_test.mm
  • Loading branch information
hannah-hyj committed Nov 21, 2023
commit df7876a3235f82140eb2276549f75ea1239a68a5
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,9 @@ - (void)testAccessibilityObjectDidBecomeFocused {
NSData* encodedMessage = [[FlutterJSONMessageCodec sharedInstance] encode:annotatedEvent];

OCMVerify([mockMessenger sendOnChannel:@"flutter/accessibility" message:encodedMessage]);
latch.Signal();
});
latch.Wait();

[engine stopMocking];
}
Expand Down