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

Commit a0a0ebf

Browse files
committed
Rewrite keyboard manager tests to use expectations
1 parent a1a9cde commit a0a0ebf

File tree

2 files changed

+199
-312
lines changed

2 files changed

+199
-312
lines changed

shell/platform/darwin/common/framework/Source/FlutterChannelsTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ - (void)testResize {
168168
[binaryMessenger stopMocking];
169169
}
170170

171-
- (bool)testSetWarnsOnOverflow {
171+
- (void)testSetWarnsOnOverflow {
172172
NSString* channelName = @"flutter/test";
173173
id binaryMessenger = OCMStrictProtocolMock(@protocol(FlutterBinaryMessenger));
174174
id codec = OCMProtocolMock(@protocol(FlutterMethodCodec));

0 commit comments

Comments
 (0)