Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 28, 2020
1 parent 255e4ed commit d2dec2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ def check_rasterTableURI(expected_dbname):

# We need to make sure a database is created with at
# least one raster table !
self.assertTrue(raster_tables_count > 1)
self.assertGreaterEqual(raster_tables_count, 1)

obj = QObject() # needs to be kept alive

Expand Down

0 comments on commit d2dec2f

Please sign in to comment.