Skip to content

Commit

Permalink
Added dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Mar 20, 2024
1 parent f1f980d commit 52a67e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file removed packages/http_client/test/.gitkeep
Empty file.
7 changes: 7 additions & 0 deletions packages/http_client/test/dummy.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'package:test/test.dart';

void main() {
test('dummy test', () {
expect(1, 1);
});
}

0 comments on commit 52a67e8

Please sign in to comment.