Skip to content

Commit

Permalink
Update test names for CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed May 7, 2024
1 parent 7e6d4d3 commit 2bc31ed
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void shouldThrowIfExternalPublicKeysAreSpecifiedWithoutExternalSignerUrl(
}

@Test
public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithPublicKeys()
public void shouldNotThrowIfExternalPublicKeysEnabledIsSpecifiedWithPublicKeys()
throws MalformedURLException {
final ValidatorConfig.Builder builder =
configBuilder
Expand All @@ -50,7 +50,7 @@ public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithPublicKeys(
}

@Test
public void shouldNotThrowIfExternalPublicKeysDisabledAreSpecifiedWithPublicKeys()
public void shouldNotThrowIfExternalPublicKeysDisabledIsSpecifiedWithPublicKeys()
throws MalformedURLException {
final ValidatorConfig.Builder builder =
configBuilder
Expand All @@ -61,7 +61,7 @@ public void shouldNotThrowIfExternalPublicKeysDisabledAreSpecifiedWithPublicKeys
}

@Test
public void shouldNotThrowIfExternalPublicKeysEnabledAreSpecifiedWithoutPublicKeys()
public void shouldNotThrowIfExternalPublicKeysEnabledIsSpecifiedWithoutPublicKeys()
throws MalformedURLException {
final ValidatorConfig.Builder builder =
configBuilder
Expand Down

0 comments on commit 2bc31ed

Please sign in to comment.