Skip to content

Commit

Permalink
Release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jul 15, 2022
1 parent c09a418 commit 1fc83ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.9",
"version": "0.1.10",
"name": "trino-client",
"description": "Trino client library",
"author": {
Expand Down
1 change: 0 additions & 1 deletion tests/it/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ describe('trino', () => {
...acc,
...(row.data ?? []),
]);
console.log(data);
expect(data).toHaveLength(limit);
});

Expand Down

0 comments on commit 1fc83ac

Please sign in to comment.