Skip to content

Commit

Permalink
Clarify test naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Aug 29, 2023
1 parent 8dc5163 commit 17bb1b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
public class EndToEndWithFilibusterGrpcTest extends PurchaseBaseTest {
public class EndToEndWithSingleFilibusterGrpcTest extends PurchaseBaseTest {
@RegisterExtension
static GrpcMockExtension grpcMockExtension = GrpcMockExtension.builder()
.withPort(Networking.getPort("mock"))
Expand Down

0 comments on commit 17bb1b3

Please sign in to comment.