Skip to content

Commit

Permalink
dart beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 8, 2021
1 parent 2484c40 commit 18707f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: google/dart:2.12-dev
image: google/dart:2.12-beta

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions test/value/value_controller.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import 'package:mockito/mockito.dart' as _i1;

// ignore_for_file: unnecessary_parenthesis

// ignore_for_file: extra_positional_arguments_could_be_named

class _FakeStreamSink<S> extends _i1.Fake implements _i2.StreamSink<S> {}

/// A class which mocks [StreamController].
Expand Down

0 comments on commit 18707f9

Please sign in to comment.