Skip to content

Commit

Permalink
remove space and rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb committed Oct 23, 2024
1 parent 22ea1c5 commit 18d8ec8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clouds/bigquery/modules/test/h3/H3_FROMGEOGPOINT.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ test('H3_FROMGEOGPOINT returns NULL with non POINT geographies', async () => {
]);
});


test('H3_FROMGEOPOINT returns the proper INT64', async () => {
const query = `
WITH inputs AS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ test('H3_FROMGEOGPOINT returns NULL with non POINT geographies', async () => {
]);
});


test('H3_FROMGEOPOINT returns the proper INT64', async () => {
const query = `
WITH inputs AS
Expand Down

0 comments on commit 18d8ec8

Please sign in to comment.