Skip to content

Commit

Permalink
Update test_gdal_install.py
Browse files Browse the repository at this point in the history
remove spark from GDALInstaller test constructor
  • Loading branch information
mjohns-databricks authored Nov 20, 2023
1 parent 10c0c0c commit 2201bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test_gdal_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TestGDALInstall(SparkTestCase):
def test_setup_gdal(self):
installer = GDALInstaller(self.spark)
installer = GDALInstaller()
try:
installer.copy_objects()
except Exception:
Expand Down

0 comments on commit 2201bc4

Please sign in to comment.