Skip to content

Commit 51b38e2

Browse files
committed
Fix enum test.
1 parent 0bad82f commit 51b38e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interop-testing/src/test/java/io/grpc/testing/integration/TestCasesTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public void testCaseNamesShouldMapToEnums() {
6767
"cancel_after_first_response",
6868
"timeout_on_sleeping_server",
6969
"orca_per_rpc",
70-
"orca_oob"
70+
"orca_oob",
71+
"mcs",
7172
};
7273

7374
// additional test cases

0 commit comments

Comments
 (0)