Skip to content

Commit

Permalink
update import, github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed Jan 30, 2024
1 parent 6de01c1 commit c0588a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v1
with:
release-channel: dev
release-channel: stable
- run: _tool/test-coverage.sh
- name: Coveralls
uses: coverallsapp/[email protected]
Expand Down
1 change: 1 addition & 0 deletions test/internal/byte_utils_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'dart:io';
import 'dart:typed_data';

import 'package:kdbx/src/utils/byte_utils.dart';
import 'package:test/test.dart';
Expand Down

0 comments on commit c0588a5

Please sign in to comment.