Skip to content

Commit

Permalink
chore: remove unused test.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7c01 committed May 25, 2023
1 parent c86c089 commit 6fba587
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 6fba587

Please sign in to comment.