1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Fix the test class name for UpdateRecurrenceCommand (#2320)

It looks like the command was renamed at some point to be shorter but then the test class itself was forgotten.
This commit is contained in:
Ben McIlwain
2024-02-08 14:34:18 -05:00
committed by GitHub
parent 009fda67b7
commit 469d62703a
2 changed files with 1 additions and 3 deletions

View File

@@ -66,8 +66,6 @@ public class UploadBsaUnavailableDomainsActionTest {
private final GcsUtils gcsUtils = new GcsUtils(LocalStorageHelper.getOptions());
private final FakeResponse response = new FakeResponse();
@BeforeEach

View File

@@ -42,7 +42,7 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
/** Tests for {@link UpdateRecurrenceCommand}. */
public class UpdateBillingRecurrenceCommandTest extends CommandTestCase<UpdateRecurrenceCommand> {
public class UpdateRecurrenceCommandTest extends CommandTestCase<UpdateRecurrenceCommand> {
@BeforeEach
void beforeEach() {