Skip to content

Commit 33af637

Browse files
committed
fix test expectation
1 parent 9efd563 commit 33af637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/test/sentry_native_channel_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void main() {
3838
await sut.beginNativeFrames();
3939

4040
verify(fixture.methodChannel
41-
.invokeMapMethod<String, dynamic>('beginNativeFrames'));
41+
.invokeMethod('beginNativeFrames'));
4242
});
4343

4444
test('endNativeFrames', () async {

0 commit comments

Comments
 (0)