Skip to content

Commit d95c83a

Browse files
committed
mock fail
1 parent c61a200 commit d95c83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-rpc/src/test/java/com/alibaba/fluss/rpc/protocol/ApiManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void testApiManager() {
4848

4949
// coordinator only
5050
assertThat(coordinatorApi.getApi(ApiKeys.CREATE_TABLE.id)).isNotNull();
51-
assertThat(tabletserverApi.getApi(ApiKeys.CREATE_TABLE.id)).isNull();
51+
assertThat(tabletserverApi.getApi(ApiKeys.CREATE_TABLE.id)).isNotNull();
5252
}
5353

5454
@Test

0 commit comments

Comments
 (0)