Skip to content

Commit

Permalink
Remove unused dependecy mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Sep 7, 2023
1 parent 992f419 commit f6598da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build_and_test:
name: build and test on ${{ matrix.name }}
runs-on: ${{ matrix.os }}

strategy:
matrix:
name: [android, linux, windows]
Expand Down Expand Up @@ -93,7 +94,7 @@ jobs:
cd lib && flutter analyze
cd test && flutter analyze
cd util && flutter analyze
if: matrix.analyze == 'true'
if: matrix.analyze

- name: Build Ouisync library for tests
run: |
Expand Down
8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -823,14 +823,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.0"
mockito:
dependency: "direct main"
description:
name: mockito
sha256: "8b46d7eb40abdda92d62edd01546051f0c27365e65608c284de336dccfef88cc"
url: "https://pub.dev"
source: hosted
version: "5.4.1"
mocktail:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ dependencies:
local_auth: ^2.1.2
loggy: ^2.0.1+1
mobile_scanner: ^2.0.0
mockito: ^5.1.0
move_to_background: ^1.0.2
network_info_plus: ^4.0.1
ouisync_plugin:
Expand Down

0 comments on commit f6598da

Please sign in to comment.