Skip to content
Snippets Groups Projects
Commit afdd35ae authored by Jacob MacDonald's avatar Jacob MacDonald Committed by GitHub
Browse files

removed unused variable (#1690)

parent 9d0d7fca
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,6 @@ Future linkedSummaryRequestShouldSucceed(
var bundle = new PackageBundle.fromBuffer(response.bodyBytes);
expect(bundle.linkedLibraryUris, unorderedMatches(expectedLinkedUris));
expect(bundle.unlinkedUnitUris, unorderedMatches(expectedUnlinkedUris));
var summaryDepPaths = bundle.dependencies
.map((info) => info.summaryPath)
.where((path) => path.isNotEmpty);
}
Future unlinkedSummaryRequestShouldSucceed(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment