Skip to content
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
fix unit test
  • Loading branch information
denrase committed Dec 5, 2023
commit 5a801953684fd1e66b380b459c718d62356a1180
1 change: 1 addition & 0 deletions hive/test/sentry_hive_impl_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ void main() {

when(fixture.hub.options).thenReturn(fixture.options);
when(fixture.hub.getSpan()).thenReturn(fixture.tracer);
when(fixture.hub.scope).thenReturn(fixture.scope);

await fixture.setUp();
});
Expand Down