Skip to content

Commit 389f259

Browse files
authored
Code cleanup. (#2643)
1 parent 3707caf commit 389f259

File tree

2 files changed

+2
-336
lines changed

2 files changed

+2
-336
lines changed

app/test/frontend/handlers/listing_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ flutter:
138138
final list = await backend.latestPackageVersions(offset: 10);
139139
expect(list.map((p) => p.package).toList(), containsAll(names));
140140

141-
print(await expectHtmlResponse(
141+
await expectHtmlResponse(
142142
await issueGet('/packages?page=2'),
143143
present: names.map((name) => '/packages/$name').toList(),
144-
));
144+
);
145145
});
146146
});
147147
}

pkg/retry/pubspec.lock

Lines changed: 0 additions & 334 deletions
This file was deleted.

0 commit comments

Comments
 (0)