Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Feb 12, 2025
1 parent 876e834 commit 6b62a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/sql/sql.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ if (isDockerEnabled()) {
}),
]);

test("should work with fragmetns", async () => {
test("should work with fragments", async () => {
await using sql = postgres({ ...options, max: 1 });
const random_name = sql("test_" + randomUUIDv7("hex").replaceAll("-", ""));
await sql`CREATE TEMPORARY TABLE IF NOT EXISTS ${random_name} (id int, hotel_id int, created_at timestamp)`;
Expand Down

0 comments on commit 6b62a19

Please sign in to comment.