Skip to content

Commit

Permalink
Move annotations in one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jul 26, 2020
1 parent 56ab3b2 commit c1c33c8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ void shouldSetOwner() {
assertThat(action.getOwner()).isEqualTo(job);
}

@SuppressWarnings("rawtypes")
@Test
@Test @SuppressWarnings("rawtypes")
void shouldShowIconIfThereIsABuildResultAvailable() {
Job job = mock(Job.class);
StaticAnalysisLabelProvider labelProvider = mock(StaticAnalysisLabelProvider.class);
Expand Down

0 comments on commit c1c33c8

Please sign in to comment.