Skip to content

Commit

Permalink
Renames dependabot probe test to match its requirements
Browse files Browse the repository at this point in the history
Closes 460.
  • Loading branch information
alecharp committed Feb 13, 2024
1 parent eb6e643 commit 4252524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void shouldBeRelatedToCode() {

@SuppressWarnings("unchecked")
@Test
void shouldRequireValidSCMAndLastCommit() {
void shouldRequireValidSCM() {
final Plugin plugin = mock(Plugin.class);
final ProbeContext ctx = mock(ProbeContext.class);

Expand Down

0 comments on commit 4252524

Please sign in to comment.