Skip to content

Commit

Permalink
Merge pull request #13 from Flutter-Chore/develop
Browse files Browse the repository at this point in the history
chore: remove unused test.
  • Loading branch information
0x7c01 authored May 25, 2023
2 parents 4ec2ae3 + 6fba587 commit 21b4270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.6"
version: "0.0.7"
url_launcher:
dependency: transitive
description:
Expand Down
2 changes: 0 additions & 2 deletions test/appcast_item_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ void main() {
expect(item.version.preRelease, ["beta"]);
expect(item.version.build, "nvidia");
});

test("", () {});
}

0 comments on commit 21b4270

Please sign in to comment.