Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 16, 2021
1 parent 08473f2 commit 0a5bef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsqueryresultmodel.py
Expand Up @@ -45,7 +45,6 @@ def setUpClass(cls):
# Prepare data for threaded test
cls._deleteBigData()

return
md = QgsProviderRegistry.instance().providerMetadata('postgres')
conn = md.createConnection(cls.uri, {})
conn.executeSql('SELECT * INTO qgis_test.random_big_data FROM generate_series(1,%s) AS id, md5(random()::text) AS descr' % cls.NUM_RECORDS)
Expand Down

0 comments on commit 0a5bef3

Please sign in to comment.