Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 25, 2021
1 parent 094293e commit 657078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdataitemproviderregistry.py
Expand Up @@ -47,7 +47,7 @@ def testRegistry(self):
registry = QgsDataItemProviderRegistry()
initial_providers = registry.providers()
self.assertTrue(initial_providers) # we expect a bunch of default providers
self.assertTrue([p.name() for p in initial_providers if p.name() == 'GDAL'])
self.assertTrue([p.name() for p in initial_providers if p.name() == 'files'])

# add a new provider
p1 = TestProvider('p1')
Expand Down

0 comments on commit 657078d

Please sign in to comment.