Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Oct 11, 2024
1 parent f83b0fe commit ad79f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/test/sentry_native_channel_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void main() {
when(channel.invokeMethod('loadImageList'))
.thenAnswer((invocation) async => json);

final data = await sut.loadDebugImages();
final data = await sut.loadDebugImages(SentryStackTrace(frames: []));

expect(data?.map((v) => v.toJson()), json);
});
Expand Down

0 comments on commit ad79f89

Please sign in to comment.