Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodwine committed Dec 23, 2024
1 parent f2d8081 commit 4b5ce14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/double_check_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ void main() {
'sass_api', sassPubspec, pkgPubspec.version!));

test("matches SDK version", () {
expect(pkgPubspec.environment!["sdk"],
equals(sassPubspec.environment!["sdk"]));
expect(pkgPubspec.environment["sdk"],
equals(sassPubspec.environment["sdk"]));
});

test("matches dartdoc version", () {
Expand Down

0 comments on commit 4b5ce14

Please sign in to comment.