Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed May 6, 2024
1 parent e7b3e03 commit 3b7db7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public void transformInboundGetTableRequestClientCapabilitiesIsNull() throws Exc
assertThat(transformedRequest, is(sameInstance(request)));
assertThat(transformedRequest.getDbName(), is(IN_DB_NAME));
assertThat(transformedRequest.getTblName(), is(TABLE_NAME));
assertThat(transformedRequest.getCapabilities().getValues().size(), is(1));
assertThat(transformedRequest.getCapabilities().getValues().size(), is(0));
try {
transformedRequest.validate();
} catch (TException e) {
Expand Down

0 comments on commit 3b7db7c

Please sign in to comment.