Skip to content

Commit

Permalink
Address review comment: add test case
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
  • Loading branch information
saraadams committed Nov 28, 2023
1 parent a331758 commit 7ba508f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ public void indicatesRemoteDownloadOutputsName() {
BazelEventsUtil.indicatesRemoteDownloadOutputs(
completeEvent("Remote.download", CAT_GENERAL_INFORMATION)))
.isTrue();
assertThat(
BazelEventsUtil.indicatesRemoteDownloadOutputs(
completeEvent("NoRemote.download", CAT_GENERAL_INFORMATION)))
.isFalse();
}

@Test
Expand Down

0 comments on commit 7ba508f

Please sign in to comment.