Skip to content

Commit

Permalink
Improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 28, 2024
1 parent a51fc65 commit 71526e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pg-promise/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SparseVector } from 'pgvector';
test('example', async () => {
const initOptions = {
async connect(e) {
await pgvector.registerType(e.client);
await pgvector.registerTypes(e.client);
}
};
const pgp = pgpromise(initOptions);
Expand Down

0 comments on commit 71526e3

Please sign in to comment.