Skip to content

Commit

Permalink
Renames dependabot probe test to match its requirement
Browse files Browse the repository at this point in the history
Closes #460.

Closes 460.
  • Loading branch information
alecharp committed Feb 13, 2024
1 parent eb6e643 commit d9717b5
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 d9717b5

Please sign in to comment.