From 18d8ec8ef556c136a523f0782e6e46366b341e4c Mon Sep 17 00:00:00 2001 From: vdelacruzb Date: Wed, 23 Oct 2024 14:32:37 +0200 Subject: [PATCH] remove space and rename tests --- clouds/bigquery/modules/test/h3/H3_FROMGEOGPOINT.test.js | 1 - .../h3/{H3_FROMGEOGPOINT.spec.js => H3_FROMGEOGPOINT.test.js} | 1 - .../test/h3/{H3_FROMLONGLAT.spec.js => H3_FROMLONGLAT.test.js} | 0 3 files changed, 2 deletions(-) rename clouds/snowflake/modules/test/h3/{H3_FROMGEOGPOINT.spec.js => H3_FROMGEOGPOINT.test.js} (99%) rename clouds/snowflake/modules/test/h3/{H3_FROMLONGLAT.spec.js => H3_FROMLONGLAT.test.js} (100%) diff --git a/clouds/bigquery/modules/test/h3/H3_FROMGEOGPOINT.test.js b/clouds/bigquery/modules/test/h3/H3_FROMGEOGPOINT.test.js index 6d98f87a8..f8ce4d8aa 100644 --- a/clouds/bigquery/modules/test/h3/H3_FROMGEOGPOINT.test.js +++ b/clouds/bigquery/modules/test/h3/H3_FROMGEOGPOINT.test.js @@ -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 diff --git a/clouds/snowflake/modules/test/h3/H3_FROMGEOGPOINT.spec.js b/clouds/snowflake/modules/test/h3/H3_FROMGEOGPOINT.test.js similarity index 99% rename from clouds/snowflake/modules/test/h3/H3_FROMGEOGPOINT.spec.js rename to clouds/snowflake/modules/test/h3/H3_FROMGEOGPOINT.test.js index cd3469372..a7f87c809 100644 --- a/clouds/snowflake/modules/test/h3/H3_FROMGEOGPOINT.spec.js +++ b/clouds/snowflake/modules/test/h3/H3_FROMGEOGPOINT.test.js @@ -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 diff --git a/clouds/snowflake/modules/test/h3/H3_FROMLONGLAT.spec.js b/clouds/snowflake/modules/test/h3/H3_FROMLONGLAT.test.js similarity index 100% rename from clouds/snowflake/modules/test/h3/H3_FROMLONGLAT.spec.js rename to clouds/snowflake/modules/test/h3/H3_FROMLONGLAT.test.js