Skip to content

Commit 71526e3

Browse files
committed
Improved test
1 parent a51fc65 commit 71526e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pg-promise/index.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SparseVector } from 'pgvector';
55
test('example', async () => {
66
const initOptions = {
77
async connect(e) {
8-
await pgvector.registerType(e.client);
8+
await pgvector.registerTypes(e.client);
99
}
1010
};
1111
const pgp = pgpromise(initOptions);

0 commit comments

Comments
 (0)