We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f614 commit 3a40786Copy full SHA for 3a40786
app/test/service/security_advisory/security_advisory_test.dart
@@ -506,6 +506,9 @@ void main() {
506
expect(oxygenPkg!.latestAdvisory, syncTime);
507
expect(neonPkg!.latestAdvisory, isNull);
508
509
+ // TODO(https://github.com/dart-lang/pub-dev/issues/9056): consider purging the package cache in `ingestSecurityAdvisory`.
510
+ await purgePackageCache('oxygen');
511
+
512
final client = await createFakeAuthPubApiClient(
513
email: adminAtPubDevEmail,
514
);
0 commit comments