Skip to content

Commit

Permalink
remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Jan 14, 2025
1 parent 48daee4 commit d525e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ describe('api', () => {
// ensure double-disconnect doesn't break anything
connection.disconnect();
});
test.only('should support running prepared statements', async () => {
test('should support running prepared statements', async () => {
await withConnection(async (connection) => {
const prepared = await connection.prepare(
'select $num as a, $str as b, $bool as c, $timetz as d, $list as e, $struct as f, $array as g, $null as h'
Expand Down

0 comments on commit d525e71

Please sign in to comment.