Skip to content

Commit

Permalink
Restore correct version of test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 29, 2025
1 parent 845e45f commit ea3ccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdatumtransforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def testOperations(self):
i
for i in range(len(ops))
if ops[i].proj
== "+proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift +grids=GDA94_GDA2020_conformal_and_distortion.gsb +step +proj=unitconvert +xy_in=rad +xy_out=deg"
== "+proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift +grids=au_icsm_GDA94_GDA2020_conformal_and_distortion.tif +step +proj=unitconvert +xy_in=rad +xy_out=deg"
][0]
self.assertTrue(ops[op2_index].name)
self.assertEqual(
Expand Down

0 comments on commit ea3ccc0

Please sign in to comment.