Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Jan 29, 2024
1 parent a398d00 commit 641e2d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/utils/Format.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,27 +360,32 @@ describe('utils/format', () => {
schema: {
fields: [
{
fieldID: '1',
type_params: [{ key: 'dim', value: '128' }],
index_params: [],
name: 'vector',
is_primary_key: false,
description: 'vector field',
data_type: 'FloatVector',
autoID: false,
state: 'created',
},
{
fieldID: '2',
type_params: [],
index_params: [],
name: 'id',
is_primary_key: true,
description: '',
data_type: 'Int64',
autoID: true,
state: 'created',
},
],
name: 'collection_v8mt0v7x',
description: '',
enable_dynamic_field: false,
autoID: false,
},
shards_num: 1,
start_positions: [],
Expand Down

0 comments on commit 641e2d6

Please sign in to comment.