Skip to content

Commit 8e8584c

Browse files
committed
test: ethers v6
1 parent 48afb3b commit 8e8584c

File tree

7 files changed

+304
-284
lines changed

7 files changed

+304
-284
lines changed

test/integration/e2e.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ describe("Validator, Chain, and SDK work end to end", function () {
377377
);
378378

379379
expect(typeof tableSchema.columns).to.eql("object");
380-
expect(tableSchema.table_constraints).to.eql(undefined);
380+
expect(tableSchema.tableConstraints).to.eql(undefined);
381381
expect(tableSchema.columns.length).to.eql(1);
382382
expect(tableSchema.columns[0].name).to.eql("a");
383383
expect(tableSchema.columns[0].type).to.eql("int");

0 commit comments

Comments
 (0)