mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 19:32:56 +00:00
test
This commit is contained in:
@@ -94,7 +94,7 @@ describe("LanceDB client", function () {
|
||||
assert.deepEqual(await con.tableNames(), ["vectors"]);
|
||||
});
|
||||
|
||||
it("read consistency level", async function () {
|
||||
it.only("read consistency level", async function () {
|
||||
const uri = await createTestDB();
|
||||
const db1 = await lancedb.connect({ uri });
|
||||
const table1 = await db1.openTable("vectors");
|
||||
|
||||
Reference in New Issue
Block a user