Skip to content

Commit

Permalink
Code cleanup. (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Aug 9, 2019
1 parent 3707caf commit 389f259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 336 deletions.
4 changes: 2 additions & 2 deletions app/test/frontend/handlers/listing_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ flutter:
final list = await backend.latestPackageVersions(offset: 10);
expect(list.map((p) => p.package).toList(), containsAll(names));

print(await expectHtmlResponse(
await expectHtmlResponse(
await issueGet('/packages?page=2'),
present: names.map((name) => '/packages/$name').toList(),
));
);
});
});
}
334 changes: 0 additions & 334 deletions pkg/retry/pubspec.lock

This file was deleted.

0 comments on commit 389f259

Please sign in to comment.