Skip to content

Commit

Permalink
Replace mockito with mocktail
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Apr 25, 2024
1 parent 19a2f69 commit 4d6f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lifecycle_module_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import 'dart:async';

import 'package:logging/logging.dart';
import 'package:meta/meta.dart' show protected;
import 'package:mockito/mockito.dart';
import 'package:mocktail/mocktail.dart';
import 'package:opentracing/noop_tracer.dart';
import 'package:opentracing/opentracing.dart';
import 'package:test/test.dart';
Expand Down

0 comments on commit 4d6f86e

Please sign in to comment.