Skip to content

Commit

Permalink
Update fake_package_details.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jun 29, 2024
1 parent dca0257 commit 482b1b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fake_package_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ const fakePackageDetailsName = 'fakePackageDetails';

const fakePackageDetails = PackageDetails(
name: fakePackageDetailsName,
description: 'description',
license: 'MIT',
homepage: 'https://homepage',
readme: null,
repository: 'git+https://repository',
keywords: ['keyword1', 'keyword2'],
);

Future<PackageDetails> fakePackageDetailsProvider(Ref ref) async {
Expand Down

0 comments on commit 482b1b6

Please sign in to comment.