Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 26, 2024
1 parent b0d7dc5 commit 5f70d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/grpc/FullTextSearch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ describe(`FulltextSearch API`, () => {
consistency_level: ConsistencyLevelEnum.Strong,
});

console.dir(search3, { depth: null });

expect(search3.status.error_code).toEqual(ErrorCode.SUCCESS);
});
});

0 comments on commit 5f70d3c

Please sign in to comment.