Skip to content

Commit

Permalink
test(bazel): Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Billings committed Jun 22, 2020
1 parent 0b66162 commit b34373d
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -93,7 +93,4 @@ private Set<WorkspaceRule> run(List<WorkspaceRule> providedBazelDependencyRule,
Set<WorkspaceRule> chosenWorkspaceRules = workspaceRuleChooser.choose(parsedWorkspaceRules, providedBazelDependencyRule);
return chosenWorkspaceRules;
}

// TODO test list of given rules, and list of found rules, and mixed combos
// and user requests UNSPECIFIED
}

0 comments on commit b34373d

Please sign in to comment.