Skip to content

Commit

Permalink
Fetch all issues for testing
Browse files Browse the repository at this point in the history
This should make sure that the new unit test fails and makes sure that
we're actually testing what I think we're testing.
  • Loading branch information
mtughan committed Sep 5, 2024
1 parent 93a7008 commit 19458c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public List<Issue> fetchIssues(TaskListener listener) throws InterruptedExceptio

SearchRequest issueSearchRequest =
new SearchRequest()
.setResolved("false")
// .setResolved("false")
.setComponentKeys(Collections.singletonList(componentKey))
.setPullRequest(pullRequestKey);

Expand Down

0 comments on commit 19458c3

Please sign in to comment.